This commit is contained in:
Tristan Smith 2024-08-31 02:47:26 -04:00
parent bbcb3addfc
commit 34e0c13f1f
No known key found for this signature in database
GPG key ID: 0858A9B022DE8ECE

View file

@ -18,7 +18,7 @@ Version 0.1 - compiles with ```gcc -o caur src/main.c -lcurl```[outdated], curre
```sh ```sh
git clone https://codeberg.org/ampersandcastles/caur.git git clone https://codeberg.org/ampersandcastles/caur.git
cd caur cd caur
gcc -o caur src/main.c -lcurl make
./caur ./caur
``` ```