File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cd into your custom folder or make the new folder
2020```
2121mkdir solcratesbot
2222cd solcratesbot
23- curl -L https://github.com/Solcrates-Labs/solcratesbot/releases/download/v0.1.0 -beta-fixed /solcratesbot-win.exe > solcratesbot-win.exe
23+ curl -L https://github.com/Solcrates-Labs/solcratesbot/releases/download/v0.1.2 -beta/solcratesbot-win.exe > solcratesbot-win.exe
2424```
2525
2626### For Linux
@@ -35,10 +35,10 @@ Create a folder for program, then with wget you now need to download the latest
3535```
3636mkdir solcratesbot
3737cd solcratesbot
38- wget https://github.com/Solcrates-Labs/solcratesbot/releases/download/v0.1.0 -beta-fixed /solcratesbot-linux
38+ wget https://github.com/Solcrates-Labs/solcratesbot/releases/download/v0.1.2 -beta/solcratesbot-linux
3939
4040IF YOU USE CURL REPLACE WGET with
41- curl -L https://github.com/Solcrates-Labs/solcratesbot/releases/download/v0.1.0 -beta-fixed /solcratesbot-linux > solcratesbot-linux
41+ curl -L https://github.com/Solcrates-Labs/solcratesbot/releases/download/v0.1.2 -beta/solcratesbot-linux > solcratesbot-linux
4242```
4343
4444To run a program after installation
You can’t perform that action at this time.
0 commit comments