Update README.md
This commit is contained in:
parent
cbf771e205
commit
cc277be3ba
1 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ All but the final step need to be done only once.
|
||||||
|
|
||||||
Then, before using it for real,
|
Then, before using it for real,
|
||||||
|
|
||||||
- Rename `haskell-template` to `myproject` as well 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`.
|
||||||
- `git add . && git ci -m naming` followed `nix develop` (or `bin/run`) to verify.
|
- Run `git add . && git ci -m rename` followed by `nix develop` (or `bin/run`) to verify that everything continues to work.
|
||||||
|
|
Loading…
Reference in a new issue