chore(readme): instructions for running examples

This commit is contained in:
Michael Aaron Murphy 2023-09-13 16:33:53 +02:00 committed by Michael Murphy
parent 52bc409a1a
commit 7f3013e509
3 changed files with 27 additions and 1 deletions

View file

@ -32,6 +32,8 @@ git reset --hard origin/master
git submodule update --init --recursive
```
The examples may then be run by their cargo project names, such as `just run cosmic-design-demo`.
To create a new COSMIC project, use `cargo new {{name_of_project}}` to create a new
project workspace, edit the `Cargo.toml` contained within, and add this to begin.