diff --git a/README.md b/README.md index 633c2a6..eb08c17 100644 --- a/README.md +++ b/README.md @@ -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 .`