1
1
mirror of https://github.com/srid/rib.git synced 2024-09-11 13:37:20 +03:00

Fix ghcid command in README

This commit is contained in:
Sridhar Ratnakumar 2020-10-04 14:07:44 -04:00
parent 1855fb54b7
commit caebad9cff

View File

@ -16,7 +16,7 @@ See <https://rib.srid.ca> for full documentation.
Use ghcid for quicker compilation cycles:
```bash
nix-shell --run ghcid
nix-shell --run "cd rib-core && ghcid"
```
To test your changes, clone [rib-sample](https://github.com/srid/rib-sample) and run it using your local rib checkout: