https://github.com/multimc/multimc-pkgbuild
PKGBUILD for actually getting MultiMC on Arch.
https://github.com/multimc/multimc-pkgbuild
Last synced: 11 months ago
JSON representation
PKGBUILD for actually getting MultiMC on Arch.
- Host: GitHub
- URL: https://github.com/multimc/multimc-pkgbuild
- Owner: MultiMC
- Created: 2021-12-15T16:36:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T23:15:47.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T22:02:09.492Z (12 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 110
- Watchers: 4
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
You need to set up your Arch install to be able to build packages.
See instructions for that: https://wiki.archlinux.org/title/Makepkg#Usage
### Using git
If you have `git` installed, you can just clone the whole repository.
```
git clone https://github.com/MultiMC/multimc-pkgbuild.git
cd multimc-pkgbuild
makepkg -si
```
### Using wget
If you do not have `git` installed, you can use a downloader like `wget` or directly download the `PKGBUILD` using your browser.
```
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).