typo in build instructions
This commit is contained in:
parent
3908fef52f
commit
b4e63cfecf
1 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue