Update 'README.md'

This commit is contained in:
Manuel 2021-05-10 14:35:41 +02:00
parent ab210ad08d
commit 0d5ec60cf1
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 4 additions and 7 deletions

View File

@ -1,9 +1,6 @@
# Comp_iler
# Compiler for Discord
Sandboxed code execution discord bot.
~~[**Invite the bot!**](https://discordapp.com/oauth2/authorize?client_id=555066722969714728&scope=bot)~~
*Bot is currently private.*
Sandboxed code execution Discord bot.
## Usage
@ -37,7 +34,7 @@ The container is locked down, so there is no networking, limited memory and CPU
1. Install [Docker 18+](https://www.docker.com/)
2. Install [Node 14+](https://nodejs.org/)
3. Install [Myriad 0.4.0.0](https://github.com/1Computer1/myriad/)
3. Install [Myriad](https://github.com/1Computer1/myriad/)
4. Fill out `config.json`
- `owner` The owner(s) of the bot. Use an array for multiple owners.
- `token` The bot token.
@ -48,5 +45,5 @@ The container is locked down, so there is no networking, limited memory and CPU
## Running
1. Run `myriad --config /path/to/config.dhall --languages /path/to/languages/`
1. Run `myriad --config /path/to/config.yaml --languages /path/to/languages/`
2. Run `node .`