Add info about activating nix environment

This commit is contained in:
Camden Dixie O'Brien 2023-12-14 14:30:56 +00:00
parent 4089851fc8
commit c65498bb25

View File

@ -13,11 +13,12 @@ without passing `--recursive`, you can run `git submodule update
```sh
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
```
To activate the development environment, `cd` into your clone and run
`nix develop .`. The first time you do this it might take a little
while but it should be fairly fast afterwards.
## Doing the Exercises
It's recommended that you roughly stick to the defined order of the