From 225445b568c595feb1b8d02e29eefec5fcea07b0 Mon Sep 17 00:00:00 2001 From: DOO-DEV Date: Sat, 25 Nov 2023 13:19:47 +0330 Subject: [PATCH] docs(readme): add instruction to install package --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5efdb31..a3a68f0 100644 --- a/README.md +++ b/README.md @@ -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 "" ```