extend the installation to include the pip package

This commit is contained in:
Andreas Zweili 2019-05-31 10:57:07 +02:00
parent f7748b349a
commit 40915983e9
1 changed files with 17 additions and 12 deletions

View File

@ -42,9 +42,10 @@ system here: <https://github.com/borgqt/borg-qt/releases> or install it with pip
pip3 install borg-qt
```
2. Copy the config file from docs/borg_qt.conf.example to
`~/.config/borg_qt/borg_qt.conf` and edit it to contain a valid path to your
BorgBackup repository and the password. Put all your changes into the
2. Copy the config file from
[docs/borg_qt.conf.example](https://github.com/borg-qt/borg-qt/blob/master/docs/borg_qt.conf.example)
to `~/.config/borg_qt/borg_qt.conf` and edit it to contain a valid path to
your BorgBackup repository and the password. Put all your changes into the
`[borgqt]` section. As of now there is no automated way to setup Borg-Qt.
3. Run the binary by double clicking on it or by copying it to
@ -71,6 +72,10 @@ chmod +x ~/.local/share/applications/borg-qt.desktop
Now you should find Borg-Qt in your desktop's start menu.
If you installed Borg-Qt with pip you can either run `borg_qt` from the
command line or edit the desktop file to exec `borg_qt` instead of the full
path.
## Development
To start working on Borg-Qt first clone the git repository and install