updated readme again

This commit is contained in:
Tristan Smith 2024-08-31 02:43:56 -04:00
parent 7e1c4d8f3b
commit bbcb3addfc
No known key found for this signature in database
GPG key ID: 0858A9B022DE8ECE
2 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,9 @@ curl
### 8-31-24 ### 8-31-24
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. Version 0.1.1 - refactored code for modularity, updated Makefile, compiles with ```make``` now. No longer just a main.c file.
Version 0.1 - compiles with ```gcc -o caur src/main.c -lcurl```[outdated], 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 ```sh
git clone https://codeberg.org/ampersandcastles/caur.git git clone https://codeberg.org/ampersandcastles/caur.git

View file

@ -1,4 +1,4 @@
// Version: 0.1 // Version: 0.1.1
// date created 8-31-24 // date created 8-31-24
#include "caur.h" #include "caur.h"