From c0e8da7912a8adc912d84b9f63f38791df357a1d Mon Sep 17 00:00:00 2001 From: ajasibley <125228925+ajasibley@users.noreply.github.com> Date: Wed, 24 May 2023 04:41:50 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76b0d716b..1a17cf3f0 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ git clone https://github.com/nexus ``` -2. Enter the Nexus flox environment +2. Enter the Nix environment ```bash -cd nexus -flox activate +nix-shell ``` This will activate the flox environment defined in the nexus/flox.nix file. This environment has all the necessary dependencies installed to build and run your project.