1
1
mirror of https://github.com/srid/rib.git synced 2024-08-17 00:50:40 +03:00

Fix README cli

This commit is contained in:
Sridhar Ratnakumar 2020-04-10 12:49:25 -04:00 committed by GitHub
parent 958b07619b
commit 4a62472fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,5 @@ To test your changes, clone [rib-sample](https://github.com/srid/rib-sample) and
cd ..
git clone https://github.com/srid/rib-sample.git
cd rib-sample
nix-shell --arg rib ../rib --run 'ghcid -T main'
nix-shell --arg rib ../rib --run 'ghcid -T ":main -wS"'
```