Update 'README.md'
This commit is contained in:
parent
ab210ad08d
commit
0d5ec60cf1
1 changed files with 4 additions and 7 deletions
11
README.md
11
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 .`
|
||||
|
|
Loading…
Reference in a new issue