From 3908fef52f531f355e998bcad7067186e52c1cff Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sat, 31 Aug 2024 01:55:01 -0400 Subject: [PATCH] readme formatting --- readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 1fbca59..56e743b 100644 --- a/readme.md +++ b/readme.md @@ -15,12 +15,12 @@ Version 0.1 - compiles with ```gcc -o caur src/main.c```, currently will run ``` ### Roadmap: -[]Implement help/man page. -[]Implement solo features (download, build, install) as their own switch -[]Implement package installation. -[]Implement package removal. -[]Search for packages in both standard Arch repos and the AUR. -[]Add cleanup options for build dependencies. -[]Include a feature to clear the package cache. -[]List installed packages by name and count. -[]Refactor code to be modular, with each function in its own file. \ No newline at end of file +- [] Implement help/man page. +- [] Implement solo features (download, build, install) as their own switch +- [] Implement package installation. +- [] Implement package removal. +- [] Search for packages in both standard Arch repos and the AUR. +- [] Add cleanup options for build dependencies. +- [] Include a feature to clear the package cache. +- [] List installed packages by name and count. +- [] Refactor code to be modular, with each function in its own file. \ No newline at end of file