Compare commits
10 commits
96da3cf8b7
...
ae760eddc3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae760eddc3 | ||
|
|
5c2f3ad2fa | ||
|
|
31d25f86d4 | ||
|
|
0caad85804 | ||
|
|
8dd80385cc | ||
|
|
2d53e1d600 | ||
|
|
791300059c | ||
|
|
663c5126fb | ||
|
|
99633533ef | ||
|
|
a23a41b459 |
1 changed files with 5 additions and 43 deletions
48
README.md
48
README.md
|
|
@ -22,43 +22,14 @@ built for myself, If your its to your taste, help yourself.
|
|||
|
||||
<img alt="racked.ru launcher" src="docs/screenshots/launcher.png" width="55%">
|
||||
|
||||
---
|
||||
|
||||
[Changelog](CHANGELOG.md) · [Audits](docs/)
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## Download
|
||||
|
||||
Pre-built binaries for Linux, Windows, macOS:
|
||||
|
||||
→ [**Latest release**](https://github.com/s8n-ru/minecraft-launcher/releases/latest)
|
||||
|
||||
Linux:
|
||||
```bash
|
||||
tar xzf minecraft-launcher-linux-x64.tar.gz
|
||||
cd minecraft-launcher
|
||||
./bin/prismlauncher
|
||||
```
|
||||
|
||||
Windows:
|
||||
```
|
||||
unzip minecraft-launcher-windows-x64.zip
|
||||
cd minecraft-launcher
|
||||
prismlauncher.exe
|
||||
```
|
||||
|
||||
macOS (unsigned — right-click → Open → Open anyway):
|
||||
```bash
|
||||
unzip minecraft-launcher-macos-arm64.zip
|
||||
cd minecraft-launcher
|
||||
./prismlauncher.app/Contents/MacOS/prismlauncher
|
||||
```
|
||||
|
||||
First launch: pick a username, done.
|
||||
|
||||
---
|
||||
|
||||
## Trust
|
||||
|
||||
Don't take my word on the privacy stuff. Read the audits:
|
||||
|
|
@ -69,28 +40,17 @@ Don't take my word on the privacy stuff. Read the audits:
|
|||
diffs vs upstream
|
||||
- [docs/BLOAT_AUDIT.md](docs/BLOAT_AUDIT.md) — what got stripped, why
|
||||
|
||||
It's GPL-3.0. Source is right there.
|
||||
|
||||
---
|
||||
|
||||
## Status
|
||||
|
||||
Personal project. I use it daily, that's the only QA. No support
|
||||
guarantees. Bugs happen. Use at your own risk.
|
||||
Personal project. Bugs happen. Use at your own risk.
|
||||
|
||||
PRs welcome but not promised to merge — this is opinionated by
|
||||
design.
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
GPL-3.0-only. Per-file copyright headers preserved.
|
||||
|
||||
Based on [PrismLauncher](https://github.com/PrismLauncher/PrismLauncher)
|
||||
(GPL-3.0), itself a fork of [PolyMC](https://github.com/PolyMC/PolyMC)
|
||||
and [MultiMC](https://github.com/MultiMC/Launcher).
|
||||
|
||||
## Build from source
|
||||
|
||||
```bash
|
||||
|
|
@ -116,3 +76,5 @@ CI builds via [GitHub Actions](.github/workflows/build.yml) for all 3
|
|||
platforms on every tag.
|
||||
|
||||
---
|
||||
|
||||
<sub>[GPL-3.0](LICENSE) · fork chain: [PrismLauncher](https://github.com/PrismLauncher/PrismLauncher) ← [PolyMC](https://github.com/PolyMC/PolyMC) ← [MultiMC](https://github.com/MultiMC/Launcher)</sub>
|
||||
|
|
|
|||
Loading…
Reference in a new issue