This commit is contained in:
Tristan Smith 2024-08-31 02:39:14 -04:00
parent 3e51c1b48a
commit 7e1c4d8f3b
No known key found for this signature in database
GPG key ID: 0858A9B022DE8ECE

View file

@ -30,4 +30,4 @@ gcc -o caur src/main.c -lcurl
- [] Add cleanup options for build dependencies. - [] Add cleanup options for build dependencies.
- [] Include a feature to clear the package cache. - [] Include a feature to clear the package cache.
- [] List installed packages by name and count. - [] List installed packages by name and count.
- [] Refactor code to be modular, with each function in its own file. - [x] Refactor code to be modular, with each function in its own file.