I made a launcher for Windows on Windows 10 beta
This commit is contained in:
parent
bbd4e7f961
commit
1a0753bca1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ botvX or UBot is a Minecraft bot for [Kaboom](https://kaboom.pw/) and its clones
|
|||
2. Download the latest release, or alternatively, download the latest development version using <code>git clone https://code.chipmunk.land/7cc5c4f330d47060/botvX/</code>.
|
||||
3. Extract the files if necessary.
|
||||
4. Copy <code>settings_example.json</code> to <code>settings.json</code> , and adjust the settings to fit your needs. Do not forget to also create a secrets file. An example secrets file is provided as <code>secret_example.json</code>. Do not forget, if you use the secrets template, to change the keys (the ones in there are public after all!).
|
||||
5. Run ./launch.sh (macOS, Linux, FreeBSD) or ./launch.cmd (Windows, coming soon) to start a bot launcher, which will reload the bot when the process closes.
|
||||
5. Run ./launch.sh (macOS, Linux, FreeBSD) or ./launch.cmd (Windows) to start a bot launcher, which will reload the bot when the process closes. If it displays an error saying Node is not a command, please make sure Node.js is on your PATH.
|
||||
|
||||
## Command list
|
||||
|
||||
|
|
Loading…
Reference in a new issue