Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Update oneliner setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriks74 committed Feb 27, 2023
1 parent 2d6862a commit d5928d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ you're running something like Ubuntu.*
## Basic setup

- Option 1: Run the script directly from GitHub
- Option 1: Oneliner

```bash
curl -sSL https://raw.githubusercontent.com/jiriks74/msman.sh/main/msman.sh | bash -s -- --redownload
curl -sSL "https://raw.githubusercontent.com/jiriks74/msman.sh/main/msman.sh" -o msman.sh && chmod +x msman.sh && ./msman.sh
```

- Option 2: Download `msman.sh` from release to where you want your minecraft
Expand Down

0 comments on commit d5928d5

Please sign in to comment.