mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-07-20 18:00:28 -04:00
Add examples to readme
This commit is contained in:
22
README.md
22
README.md
@@ -14,7 +14,7 @@ A package manager-like CLI utility for managing installing, updating and migrati
|
|||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Usage/Examples
|
## Usage/Examples
|
||||||
@@ -41,6 +41,26 @@ Commands:
|
|||||||
help [command] display help for command
|
help [command] display help for command
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Initialising Mod Manager:
|
||||||
|
```
|
||||||
|
$ mod-manager init
|
||||||
|
? What Minecraft version is your server running? 1.19.1
|
||||||
|
Sucessfully initialised Mod Manager!
|
||||||
|
```
|
||||||
|
|
||||||
|
Installing a mod:
|
||||||
|
```
|
||||||
|
$ mod-manager install lithium
|
||||||
|
✔ Successfully installed Lithium
|
||||||
|
```
|
||||||
|
|
||||||
|
Listing installed mods:
|
||||||
|
```
|
||||||
|
$ mod-manager list
|
||||||
|
Name | Id | File Name | Version | Source | Essential | Dependencies
|
||||||
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
Lithium | gvQqBUqZ | lithium-fabric-mc1.19.2-0.8.3.jar | mc1.19.2-0.8.3 | Modrinth | false |
|
||||||
|
```
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user