updated readme again
This commit is contained in:
parent
7e1c4d8f3b
commit
bbcb3addfc
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue