Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit 5655851

Browse files
authored
Expand command list in README with new functionalities
Added new commands 'search', 'updatelist', and 'init' to the README with usage examples.
1 parent 8260617 commit 5655851

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2020
car get <package> [--noconfirm]
2121
car 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
3036
1. Add the file to your .config/car/post-inst-hooks file

0 commit comments

Comments
 (0)