Add README so people can do this super easily

This commit is contained in:
Petr Mrázek 2021-12-17 00:35:53 +01:00
parent 60bef04ac2
commit 210dfee924

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# MultiMC package for Arch Linux
Avoid the AUR and use this instead. It is actually supported by the real MultiMC maintainers and community.
# How to install - using git
```
git clone https://github.com/MultiMC/multimc-pkgbuild.git
cd multimc-pkgbuild
makepkg -si
```
# How to install - using wget
```
mkdir multimc-pkgbuild
cd multimc-pkgbuild
wget https://raw.githubusercontent.com/MultiMC/multimc-pkgbuild/master/PKGBUILD
makepkg -si
```
# Issues?
Report issues [here](https://github.com/MultiMC/multimc-pkgbuild/issues).
Or talk to us on [Discord](https://discord.gg/multimc).