typo in build instructions

This commit is contained in:
Tristan Smith 2024-08-31 01:56:45 -04:00
parent 3908fef52f
commit b4e63cfecf
No known key found for this signature in database
GPG key ID: 0858A9B022DE8ECE

View file

@ -11,7 +11,14 @@ curl
### 8-31-24 ### 8-31-24
Version 0.1 - compiles with ```gcc -o caur src/main.c```, currently will run ```sudo pacman -Syu``` just running, ```./caur```. Currently will *only* download the archive of the package when you specify a package name. Version 0.1 - compiles with ```gcc -o caur src/main.c -lcurl```, currently will run ```sudo pacman -Syu``` just running, ```./caur```. Currently will *only* download the archive of the package when you specify a package name.
```sh
git clone https://codeberg.org/ampersandcastles/caur.git
cd caur
gcc -o caur src/main.c -lcurl
./caur
```
### Roadmap: ### Roadmap: