This repository was archived by the owner on Apr 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,17 +14,23 @@ Car is a package manager for Redrose Linux. It will also become a wrapper for ot
1414## Syntax
1515
1616``` bash
17- car get| delete| update
17+ car get| delete| update| search | updatelist | init
1818
1919# Examples
2020car get < package> [--noconfirm]
2121car delete < package>
22- car update
22+ car update < package>
23+ car search < package>
24+ car updatelist
25+ car init
2326```
2427
25- - ` get <package> [--noconfirm] ` - install a package. Use ` --noconfirm ` to skip prompts.
26- - ` delete <package> ` - remove a package.
27- - ` update ` - update all packages. * (currently not functional)*
28+ - get <package > [ --noconfirm] — install a package. Use --noconfirm to skip prompts.
29+ - delete <package > — remove a package.
30+ - update <package > — update a specific package. _ (currently not functional)_
31+ - search <package > — search for a package.
32+ - updatelist — update the package list.
33+ - init — initialize Car.
2834
2935## Creating hooks
30361 . Add the file to your .config/car/post-inst-hooks file
You can’t perform that action at this time.
0 commit comments