Skip to content

Commit

Permalink
Merge pull request #7 from DOO-DEV/update-readme
Browse files Browse the repository at this point in the history
docs(readme): add instruction to install package
  • Loading branch information
arshamalh authored Nov 25, 2023
2 parents 6f8a485 + 225445b commit 318baab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Dockeroller (docker controller) is an open-source project giving you the power t
> Dockeroller is in Alpha phase and not yet production-ready
## How to use
First of all, you should make a bot (it's name and username doesn't matter) with [bot father](https://t.me/BotFather), copy its `token`, then you can run the CLI using:
First make sure you installed go version 1.19 or above then run:
````bash
go install github.com/arshamalh/dockeroller@main
````
Then you should make a bot (it's name and username doesn't matter) with [bot father](https://t.me/BotFather), copy its `token`, then you can run the CLI using:
```bash
dockeroller start --token "<YOUR-TOKEN>"
```
Expand Down

0 comments on commit 318baab

Please sign in to comment.