update readme

This commit is contained in:
Malte Jürgens 2022-07-27 19:49:49 +02:00
parent 5f9211f98f
commit b62f1bab1f
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -43,7 +43,14 @@ On Debian:
### Building ### Building
To build the program, run this in the source directory: First, clone the repository:
```bash
git clone https://github.com/maltejur/discord-screenaudio.git
cd discord-screenaudio
```
Then, to build the program, run this in the source directory:
```bash ```bash
cmake -B build cmake -B build