Add info about activating Nix environment
This commit is contained in:
parent
4089851fc8
commit
00fb5eb9bc
@ -13,11 +13,13 @@ without passing `--recursive`, you can run `git submodule update
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --recursive git@git.wip.sh:<your-username>/lua-exercises.git
|
git clone --recursive git@git.wip.sh:<your-username>/lua-exercises.git
|
||||||
# or
|
|
||||||
git clone git@git.wip.sh:<your-username>/lua-exercises.git
|
|
||||||
git submodule update --init
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once you have a local clone of the repo, `cd` into the directory and
|
||||||
|
run `nix develop .` to activate the development environment. The
|
||||||
|
first time you do this it might take a little while but it should be
|
||||||
|
fairly fast afterwards.
|
||||||
|
|
||||||
## Doing the Exercises
|
## Doing the Exercises
|
||||||
|
|
||||||
It's recommended that you roughly stick to the defined order of the
|
It's recommended that you roughly stick to the defined order of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user