From ff78cfe1cabf6df0333a7ef5fa9e4216b92b08ab Mon Sep 17 00:00:00 2001 From: Carl Richell Date: Thu, 2 Mar 2023 11:46:25 -0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a95cfc..08b1c42 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,15 @@ There's examples in the `examples` directory. 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 ```shell cargo run --release --example text @@ -32,4 +41,4 @@ Libcosmic is licenced under the MPL-2.0 - [Mattermost](https://chat.pop-os.org/) - [Discord](https://chat.pop-os.org/) - [Twitter](https://twitter.com/pop_os_official) -- [Instagram](https://www.instagram.com/pop_os_official/) \ No newline at end of file +- [Instagram](https://www.instagram.com/pop_os_official/)