Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Jul 29, 2021
2 parents 9975d80 + 6896ce8 commit 1d36aac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ You can install Leapp by downloading the pre-built binaries for your OS [here](h

Unzip the package and double-click on the executable to install.

### Prerequisite for using on Linux systems
Currently, we have `libsecret` and `gnome-keyring` as dependencies to store all sensitive data into the keyring; you **may** need to install them before running Leapp.
Depending on your distribution, you will need to run the following command:

* Debian/Ubuntu:
- `sudo apt-get install gnome-keyring`
- `sudo apt-get install libsecret-1-dev`
* Red Hat-based:
- `sudo yum install gnome-keyring`
- `sudo yum install libsecret-devel`
* Arch Linux:
- `sudo pacman -S gnome-keyring`
- `sudo pacman -S libsecret`

## Logs

By default, Leapp writes logs to the following locations:
Expand Down

0 comments on commit 1d36aac

Please sign in to comment.