Update README.md
This commit is contained in:
parent
172d8ae511
commit
ff78cfe1ca
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||||
|
|
@ -32,4 +41,4 @@ Libcosmic is licenced under the MPL-2.0
|
||||||
- [Mattermost](https://chat.pop-os.org/)
|
- [Mattermost](https://chat.pop-os.org/)
|
||||||
- [Discord](https://chat.pop-os.org/)
|
- [Discord](https://chat.pop-os.org/)
|
||||||
- [Twitter](https://twitter.com/pop_os_official)
|
- [Twitter](https://twitter.com/pop_os_official)
|
||||||
- [Instagram](https://www.instagram.com/pop_os_official/)
|
- [Instagram](https://www.instagram.com/pop_os_official/)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue