Update README.md

This commit is contained in:
Carl Richell 2023-03-06 15:55:33 -07:00 committed by GitHub
parent b510b89b98
commit 7b367daf38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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