|
7 | 7 | Package manager for Raven software.
|
8 | 8 |
|
9 | 9 | Made for Windows 10/11 and MacOS.
|
| 10 | + |
10 | 11 | ## Installation
|
11 | 12 | Toolbox can install itself onto your system. To do this, just run `toolbox.exe install toolbox` on Windows, and `./toolbox install toolbox` on MacOS.
|
12 | 13 |
|
13 | 14 | To update:
|
14 | 15 | - 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. |
72 | 17 |
|
73 | 18 | ## Authors & Contributors
|
74 | 19 |
|
|
0 commit comments