Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 97bd1fe

Browse files
Update README.md
1 parent b3d6686 commit 97bd1fe

File tree

1 file changed

+2
-57
lines changed

1 file changed

+2
-57
lines changed

README.md

Lines changed: 2 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -7,68 +7,13 @@
77
Package manager for Raven software.
88

99
Made for Windows 10/11 and MacOS.
10+
1011
## Installation
1112
Toolbox can install itself onto your system. To do this, just run `toolbox.exe install toolbox` on Windows, and `./toolbox install toolbox` on MacOS.
1213

1314
To update:
1415
- For Windows, run `toolbox.exe update` in Command Prompt.
15-
- For MacOS or Linux, run `./toolbox update` in your terminal.Sure, here's a FAQ section for your GitHub README based on the information provided:
16-
17-
---
18-
19-
## Frequently Asked Questions (FAQ)
20-
21-
### What is Toolbox Package Manager?
22-
Toolbox Package Manager is a command-line tool designed for managing software packages provided by Raven. It facilitates installation, uninstallation, updating, and listing of available packages.
23-
24-
### How do I use Toolbox Package Manager?
25-
26-
To use Toolbox Package Manager, follow this syntax:
27-
28-
```
29-
toolbox.exe [-h] [-y] [{list,install,uninstall,update,help,json}] [package]
30-
```
31-
32-
#### Positional Arguments:
33-
- `{list,install,uninstall,update,help,json}`: Specifies the command to execute.
34-
- `package`: Name of the package (required for install and uninstall operations).
35-
36-
#### Options:
37-
- `-h, --help`: Displays the help message.
38-
- `-y, --yes`: Skips confirmation prompts.
39-
40-
### How can I list available packages?
41-
42-
You can list available packages by running:
43-
```
44-
toolbox.exe list
45-
```
46-
47-
### How do I install a package?
48-
49-
To install a package, use the command:
50-
```
51-
toolbox.exe install <package>
52-
```
53-
Replace `<package>` with the name of the package you want to install.
54-
55-
### How do I uninstall a package?
56-
57-
To uninstall a package, use the command:
58-
```
59-
toolbox.exe uninstall <package>
60-
```
61-
Replace `<package>` with the name of the package you want to uninstall.
62-
63-
### How do i update packages?
64-
65-
```
66-
toolbox.exe update
67-
```
68-
69-
### Is Toolbox Package Manager cross-platform?
70-
71-
Yes, Toolbox Package Manager supported by Windows and macOS operating systems.
16+
- For MacOS or Linux, run `./toolbox update` in your terminal.
7217

7318
## Authors & Contributors
7419

0 commit comments

Comments
 (0)