readme formatting
This commit is contained in:
parent
f1ad1cbe19
commit
3908fef52f
1 changed files with 9 additions and 9 deletions
18
readme.md
18
readme.md
|
@ -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.
|
Loading…
Reference in a new issue