Update README.md

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

View file

@ -15,13 +15,12 @@ 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.
3. Build and run with cosmo 3. Run cosmo
Now you can use cosmo to build and launch your project: Now you can use cosmo launch your project:
```bash ```bash
cosmo build cosmo
cosmo launch
``` ```
**If this is your first run of cosmo**, it will automatically start the tutorial. **If this is your first run of cosmo**, it will automatically start the tutorial.