readme formatting

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

View file

@ -15,12 +15,12 @@ Version 0.1 - compiles with ```gcc -o caur src/main.c```, currently will run ```
### Roadmap: ### Roadmap:
[]Implement help/man page. - [] Implement help/man page.
[]Implement solo features (download, build, install) as their own switch - [] Implement solo features (download, build, install) as their own switch
[]Implement package installation. - [] Implement package installation.
[]Implement package removal. - [] Implement package removal.
[]Search for packages in both standard Arch repos and the AUR. - [] Search for packages in both standard Arch repos and the AUR.
[]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. - [] Refactor code to be modular, with each function in its own file.