Update README.md
This commit is contained in:
parent
988dd73d82
commit
e8ef92a738
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue