Skip to content
This repository was archived by the owner on Dec 6, 2018. It is now read-only.

Commit 1699cd0

Browse files
committed
Merge pull request #69 from rasendubi/fix_nix_command
Fix Nix shell command
2 parents ff6891a + 2ec9604 commit 1699cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The installation guide could be found
4040

4141
After `nix` installation, run:
4242
```bash
43-
nix-shell core --pure
43+
nix-shell --pure
4444
...
4545
```
4646

0 commit comments

Comments
 (0)