Skip to content

Commit

Permalink
add note about preinstalled docker on VPS
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 9, 2024
1 parent 29c5d8a commit 76f6f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Remember: Never share your bot token with anyone - it's like a password for your

## Step 2: Setting Up Docker Desktop (The Program That Runs TG-Spam)

*Please note: using an instance, droplet, virtual machine, VPS, or whatever it is called within the provider of your choice with preinstalled Docker and Docker Compose is usually a better and simpler choice. In this case, you can skip this step. To make sure you have Docker installed, run `docker --version` and `docker compose --version` in your terminal.*

**See the [official Docker Desktop documentation](https://docs.docker.com/desktop/) for more detailed instructions.**

Docker Desktop is a program that helps run TG-Spam on your computer. Here's how to install it:
Expand Down Expand Up @@ -99,7 +101,6 @@ sudo systemctl enable docker
4. Test Docker by running: `docker --version`



## Step 3: Creating Your Configuration File

1. Create a new folder on your computer called "tg-spam"
Expand Down

0 comments on commit 76f6f22

Please sign in to comment.