Skip to content

Commit

Permalink
README: remove user install option
Browse files Browse the repository at this point in the history
- This option is currently broken, so it shouldn't be listed anymore.

- Related to #148
  • Loading branch information
R1kaB3rN committed Jul 18, 2024
1 parent 295c7b8 commit ce78913
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,6 @@ make DESTDIR=<packaging_directory> install
make DESTDIR=<packaging_directory> 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
Expand Down

0 comments on commit ce78913

Please sign in to comment.