Skip to content

Commit a49d325

Browse files
committed
Updated READMEs
1 parent 137bed8 commit a49d325

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

core/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This crate contains the core business logic for the `modder` command-line tool. It handles interactions with modding APIs, file management, and the implementation of the CLI commands.
44

5+
## Installation
6+
7+
```sh
8+
cargo install modder --locked
9+
```
10+
511
## Features
612

713
- [x] Bulk-update a directory of mods

tui/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Modder TUI
22

3-
A Terminal User Interface for Modder-rs, a command-line Minecraft mod manager.
3+
A Terminal User Interface for modder-rs, a command-line Minecraft mod manager.
44

55
## Features
66

@@ -13,7 +13,11 @@ A Terminal User Interface for Modder-rs, a command-line Minecraft mod manager.
1313
![How it Looks](https://vhs.charm.sh/vhs-aqUn5U8TEFwtZNIA48IDR.gif)
1414

1515
## Installation
16-
16+
### Cargo
17+
```sh
18+
cargo install modder_tui --locked
19+
```
20+
### Manual
1721
1. Clone the repository:
1822
```bash
1923
git clone https://github.com/JayanAXHF/modder-rs.git

0 commit comments

Comments
 (0)