Update readme
This commit is contained in:
parent
ade6ba0299
commit
ad3fa87711
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -59,20 +59,20 @@ The container is locked down, so there is no networking, limited memory and CPU
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
0. Install [Docker 18+](https://www.docker.com/)
|
1. Install [Docker 18+](https://www.docker.com/)
|
||||||
0. Install [Node 10+](https://nodejs.org/)
|
2. Install [Node 10+](https://nodejs.org/)
|
||||||
0. Install [Myriad](https://github.com/1Computer1/myriad)
|
3. Install [Myriad](https://github.com/1Computer1/myriad/)
|
||||||
- This will require [Stack 2+](https://docs.haskellstack.org/en/stable/README/).
|
- This will require [GHC and Cabal](https://www.haskell.org/).
|
||||||
- You will also have to configure Myriad, see its repository.
|
- You will also have to configure Myriad, see its repository.
|
||||||
0. Fill out `config.json`
|
4. Fill out `config.json`
|
||||||
- `owner` The owner(s) of the bot. Use an array for multiple owners.
|
- `owner` The owner(s) of the bot. Use an array for multiple owners.
|
||||||
- `token` The bot token.
|
- `token` The bot token.
|
||||||
- `prefix` The prefix for commands.
|
- `prefix` The prefix for commands.
|
||||||
- `codePrefix` The prefix for code evaluation.
|
- `codePrefix` The prefix for code evaluation.
|
||||||
- `myriad` The port that Myriad is running on.
|
- `myriad` The port that Myriad is running on.
|
||||||
0. Run `npm i`
|
5. Run `npm i`
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
0. Run `myriad --config path/to/config.dhall`
|
1. Run `myriad --config path/to/config.dhall`
|
||||||
0. Run `node .`
|
2. Run `node .`
|
||||||
|
|
Loading…
Reference in a new issue