Update README.md

This commit is contained in:
ajasibley 2023-05-24 04:41:50 +00:00 committed by GitHub
parent e8ef92a738
commit c0e8da7912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,10 @@
git clone https://github.com/nexus git clone https://github.com/nexus
``` ```
2. Enter the Nexus flox environment 2. Enter the Nix environment
```bash ```bash
cd nexus nix-shell
flox activate
``` ```
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. 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.