From 00fb5eb9bc7b8e1e323520c46234dce114e645ba Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 14 Dec 2023 14:30:56 +0000 Subject: [PATCH] Add info about activating Nix environment --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92cb16f..823c6c2 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ without passing `--recursive`, you can run `git submodule update ```sh git clone --recursive git@git.wip.sh:/lua-exercises.git -# or -git clone git@git.wip.sh:/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 It's recommended that you roughly stick to the defined order of the