Update README.md
This commit is contained in:
parent
b510b89b98
commit
7b367daf38
1 changed files with 7 additions and 0 deletions
|
|
@ -26,6 +26,13 @@ git submodule update --init
|
|||
cargo run --release -p cosmic
|
||||
```
|
||||
|
||||
If already cloned
|
||||
```shell
|
||||
cd libcosmic
|
||||
git pull origin master
|
||||
cargo run --release -p cosmic
|
||||
```
|
||||
|
||||
### Text rendering
|
||||
```shell
|
||||
cargo run --release --example text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue