Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 50ea8d8

Browse files
authored
Updates latest tag to master
1 parent a13a415 commit 50ea8d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ Each instance of CSGOFloat can operate around 300 accounts. It is recommended to
262262
Pull the [image](https://hub.docker.com/r/step7750/csgofloat) from docker and mount the config directory
263263

264264
```
265-
docker pull step7750/csgofloat:latest
266-
docker run -d --name csgofloat -v /host/config:/config -p 80:80 -p 443:443 step7750/csgofloat:latest
265+
docker pull step7750/csgofloat:master
266+
docker run -d --name csgofloat -v /host/config:/config -p 80:80 -p 443:443 step7750/csgofloat:master
267267
```
268268

269269
The first time you start the docker container, it'll copy the `config.js` file to the config directory and stop. You'll need to edit this file and include your bots login information and then start the docker again. See the section [How to First Login a Bot](https://github.com/Step7750/CSGOFloat#how-to-first-login-a-bot) for further info.

0 commit comments

Comments
 (0)