Update README.md

This commit is contained in:
Sridhar Ratnakumar 2021-05-31 22:40:11 -04:00 committed by GitHub
parent cc277be3ba
commit 57750c9ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ All but the final step need to be done only once.
Then, before using it for real, Then, before using it for real,
- Rename all occurrences of `haskell-template` to `myproject`, as well as rename the cabal file to `myproject.cabal`. - Rename all occurrences of `haskell-template` to `myproject`, as well as rename the cabal file to `myproject.cabal`.
- Run `git add . && git ci -m rename` followed by `nix develop` (or `bin/run`) to verify that everything continues to work. - Run `git add . && git commit -m rename` followed by `nix develop` (or `bin/run`) to verify that everything continues to work.