Changed execute mode
This commit is contained in:
parent
a1475fde96
commit
2eed1c654c
1 changed files with 2 additions and 2 deletions
|
@ -51,11 +51,11 @@ If you are a user of another Linux disto, use your package manager to install th
|
||||||
|
|
||||||
Once you have installed the required dependencies, run the wrapper
|
Once you have installed the required dependencies, run the wrapper
|
||||||
|
|
||||||
`python cloudbot`
|
`./cloudbot`
|
||||||
|
|
||||||
It will generate a default config for you. Once you have edited the config, run it again with
|
It will generate a default config for you. Once you have edited the config, run it again with
|
||||||
|
|
||||||
`python cloudbot`
|
`./cloudbot`
|
||||||
|
|
||||||
and it will connect to any server(s) you have added to the config. (Config docs at the [wiki](http://git.io/cloudbotconfig))
|
and it will connect to any server(s) you have added to the config. (Config docs at the [wiki](http://git.io/cloudbotconfig))
|
||||||
|
|
||||||
|
|
Reference in a new issue