update readme for dhall to yaml

This commit is contained in:
1computer1 2020-06-16 23:46:10 -04:00
parent 1b4d2a04e7
commit d23e8ab892
1 changed files with 4 additions and 4 deletions

View File

@ -15,14 +15,14 @@ Make sure the place where `stack` or `cabal` places binaries is in your PATH.
- For `cabal`, you should find it in `$HOME/.cabal/bin` (Linux) or `%APPDATA%\cabal\bin` (Windows).
Run `stack install` or `cabal new-install` inside the project folder.
Make sure the configuration is filled out, see `config.example.dhall` for an example.
Run `myriad --config /path/to/config.dhall --languages /path/to/languages/`.
Make sure the configuration is filled out, see `config.example.yaml` for an example.
Run `myriad --config /path/to/config.yaml --languages /path/to/languages/`.
#### Install in Place
Make sure the configuration is filled out, see `config.example.dhall` for an example.
Make sure the configuration is filled out, see `config.example.yaml` for an example.
Run `stack run` or `cabal v2-run` inside the project folder.
The config and languages folder will default to `./config.dhall` and `./languages`.
The config and languages folder will default to `./config.yaml` and `./languages`.
You can configure this with `--config` and `--languages`.
## Endpoints