Updated README.md to fix typo

This commit is contained in:
Stig-Ørjan Smelror 2024-06-30 12:02:56 +02:00
parent 911060ecf7
commit 1cba6e01e7

View File

@ -21,7 +21,7 @@ Using GCC:
Using Clang: Using Clang:
```shell ```shell
% clang gcc ssdd.c resources.c -o ssdd `pkg-config --cflags --libs gtk+-3.0` % clang ssdd.c resources.c -o ssdd `pkg-config --cflags --libs gtk+-3.0`
``` ```
This produces the binary `ssdd` which you can place in your $PATH. This produces the binary `ssdd` which you can place in your $PATH.