Update readme

This commit is contained in:
1Computer1 2019-09-05 10:32:26 -04:00
parent ad3fa87711
commit 247b99e45b

View file

@ -1,11 +1,13 @@
# Comp_iler # Comp_iler
Sandboxed code execution discord bot. Sandboxed code execution discord bot.
[Invite the bot!](https://discordapp.com/oauth2/authorize?client_id=555066722969714728&scope=bot)
[**Invite the bot!**](https://discordapp.com/oauth2/authorize?client_id=555066722969714728&scope=bot)
*Not all languages are enabled on the public bot.*
## Usage ## Usage
```` ````cpp
>```cpp >```cpp
#include <iostream> #include <iostream>
@ -16,7 +18,7 @@ int main()
``` ```
```` ````
``` ```py
>`py print('hello world')` >`py print('hello world')`
``` ```
@ -74,5 +76,5 @@ The container is locked down, so there is no networking, limited memory and CPU
## Running ## Running
1. Run `myriad --config path/to/config.dhall` 1. Run `myriad --config /path/to/config.dhall --languages /path/to/languages/`
2. Run `node .` 2. Run `node .`