Skip to content

Commit

Permalink
add wget and cargo installs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 authored Jul 31, 2023
1 parent e7bdc71 commit ffe0ca0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ scoop bucket add minecraft https://github.com/The-Simples/scoop-minecraft
scoop install mcman
```

**Linux: wget**

```sh
wget https://github.com/ParadigmMC/mcman/releases/latest/download/mcman
sudo mv ./mcman /usr/bin/
sudo chmod +x /usr/bin/mcman
```

**Rust/Cargo:**

```sh
cargo install --git https://github.com/ParadigmMC/mcman.git
```

---

## Recommended Usage
Expand Down

0 comments on commit ffe0ca0

Please sign in to comment.