Update README.md

This commit is contained in:
Carl Richell 2023-03-02 11:46:25 -07:00 committed by GitHub
parent 172d8ae511
commit ff78cfe1ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,15 @@ There's examples in the `examples` directory.
cargo run --release --example cosmic cargo run --release --example cosmic
``` ```
On Pop!_OS
```shell
sudo apt install cargo libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config cmake
git clone https://github.com/pop-os/libcosmic
cd libcosmic
git submodule update --init
cargo run --release -p cosmic
```
### Text rendering ### Text rendering
```shell ```shell
cargo run --release --example text cargo run --release --example text