mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
Update README.md
run in docker instruction
This commit is contained in:
parent
d9ca3ec061
commit
09b2c23cc1
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@ You can configure the agent's name, model, and prompts in their profile like `an
|
|||
|
||||
You can configure project details in `settings.js`. [See file for more details](settings.js)
|
||||
|
||||
### Run in docker to reduce some of the risks
|
||||
|
||||
```
|
||||
docker run -i -t --rm -v $(pwd):/usr/src/app -w /usr/src/app node:latest npm start
|
||||
```
|
||||
|
||||
### Online Servers
|
||||
To connect to online servers your bot will need an official Microsoft/Minecraft account. You can use your own personal one, but will need another account if you want to connect with it. Here are example settings for this:
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue