|
|
@ -23,9 +23,15 @@ This README is just a short introduction. Consult the manual (see below) for mor |
|
|
|
|
|
|
|
## Download |
|
|
|
|
|
|
|
### Release Version |
|
|
|
If the latest release is not available through your package manger you can build it yourself: |
|
|
|
Download the latest code release on https://www.laborejo.org/downloads and extract it. |
|
|
|
|
|
|
|
### Git Version |
|
|
|
It is possible to clone a git repository. |
|
|
|
`git clone https://laborejo.org/patroneo.git` |
|
|
|
You will not be able to push your changes. |
|
|
|
|
|
|
|
## Dependencies |
|
|
|
* Glibc |
|
|
|
* Python 3.6 (maybe earlier) |
|
|
@ -68,8 +74,6 @@ or ~/bin, if that exists on your system. |
|
|
|
This mode needs calfbox to be installed systemwide. Please consult https://github.com/kfoltman/calfbox |
|
|
|
|
|
|
|
## Starting without Non Session Manager |
|
|
|
This is not yet implemented! |
|
|
|
|
|
|
|
You need to start patroneo from a terminal (or create a starter script). |
|
|
|
|
|
|
|
`patroneo --save DIRECTORY` |
|
|
@ -83,3 +87,6 @@ directory to append the unique ID provided by NSM. |
|
|
|
|
|
|
|
Closing through your window manager in this mode will actually quit the application without a |
|
|
|
prompt to save changes. |
|
|
|
|
|
|
|
It is possible to set /dev/null as save path, or any other nonsense path. The program will start but |
|
|
|
you won't be able to save. |
|
|
|