update readme for dhall to yaml
This commit is contained in:
parent
1b4d2a04e7
commit
d23e8ab892
1 changed files with 4 additions and 4 deletions
|
@ -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).
|
- 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.
|
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.
|
Make sure the configuration is filled out, see `config.example.yaml` for an example.
|
||||||
Run `myriad --config /path/to/config.dhall --languages /path/to/languages/`.
|
Run `myriad --config /path/to/config.yaml --languages /path/to/languages/`.
|
||||||
|
|
||||||
#### Install in Place
|
#### 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.
|
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`.
|
You can configure this with `--config` and `--languages`.
|
||||||
|
|
||||||
## Endpoints
|
## Endpoints
|
||||||
|
|
Loading…
Reference in a new issue