From ce78913d68afafca5f695f3ebb1e6a706377480d Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:57:14 -0700 Subject: [PATCH] README: remove user install option - This option is currently broken, so it shouldn't be listed anymore. - Related to https://github.com/Open-Wine-Components/umu-launcher/issues/148 --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 942504dd2..4721ecb7f 100644 --- a/README.md +++ b/README.md @@ -114,21 +114,6 @@ make DESTDIR= install make DESTDIR= umu-subprojects-install ``` -### Installing as user -If you want to install umu just for your user, or for quickly testing, you can configure umu with the following command -```shell -./configure.sh --user-install -``` -followed by -```shell -make install -``` -This will install umu-launcher under `$HOME/.local/share/umu` and place the executable in `$HOME/.local/bin` -You will need to add `$HOME/.local/bin` in your `$PATH` to be able to run umu-launcher this way by exporting the path in your shell's configuration, for example `$HOME/.bash_profile` -```shell -export PATH="$HOME/.local/bin:$PATH" -``` - ## Packaging ### Nobara