From d23e8ab892ffe012b86c4e46013a001a67c6b936 Mon Sep 17 00:00:00 2001 From: 1computer1 Date: Tue, 16 Jun 2020 23:46:10 -0400 Subject: [PATCH] update readme for dhall to yaml --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d22fd3..f8893a2 100644 --- a/README.md +++ b/README.md @@ -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