diff options
author | Adrian <zetabite.horzion@gmail.com> | 2021-09-08 19:17:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 19:17:44 +0200 |
commit | 06661bff35a963fb4e91d28e6cc3b8ee28503f64 (patch) | |
tree | 3efd8ae525536351d83d975662c4294ea23393af | |
parent | 6c9dc4c86ad934d08554b0358ac2875b9fc5f9dd (diff) | |
download | PrismLauncher-06661bff35a963fb4e91d28e6cc3b8ee28503f64.tar.gz PrismLauncher-06661bff35a963fb4e91d28e6cc3b8ee28503f64.tar.bz2 PrismLauncher-06661bff35a963fb4e91d28e6cc3b8ee28503f64.zip |
NOISSUE: Add notice on support of selfbuilds
Add notice that building MultiMC, besides development purposes, is unsupported.
-rw-r--r-- | BUILD.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ MultiMC is a portable application and is not supposed to be installed into any s That would be anything outside your home folder. Before running `make install`, make sure you set the install path to something you have write access to. Never build this under an administrator/root level account. Don't use `sudo`. It won't work and it's not supposed to work. +Also note that this guide is for development purposes only. No support is given for building your own fork or special build for what reasons what so ever. # Getting the source |