Browse Source

reflect git in the readme

master
Nils 6 years ago
parent
commit
436d9f91dc
  1. 1
      CHANGELOG
  2. 11
      README.md
  3. 2
      template

1
CHANGELOG

@ -1,5 +1,6 @@
2019-04-15 Version 1.2 2019-04-15 Version 1.2
Optional mode without NSM: Commandline parameter --save or -s. See --help Optional mode without NSM: Commandline parameter --save or -s. See --help
Git repository is now public as https://laborejo.org/patroneo.git . Reflect that in the documentation/readme.
2019-01-15 Version 1.1 2019-01-15 Version 1.1
Added tool to convert the grouping and step count without losing data or changing the music. Added tool to convert the grouping and step count without losing data or changing the music.

11
README.md

@ -23,9 +23,15 @@ This README is just a short introduction. Consult the manual (see below) for mor
## Download ## Download
### Release Version
If the latest release is not available through your package manger you can build it yourself: 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. 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 ## Dependencies
* Glibc * Glibc
* Python 3.6 (maybe earlier) * 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 This mode needs calfbox to be installed systemwide. Please consult https://github.com/kfoltman/calfbox
## Starting without Non Session Manager ## Starting without Non Session Manager
This is not yet implemented!
You need to start patroneo from a terminal (or create a starter script). You need to start patroneo from a terminal (or create a starter script).
`patroneo --save DIRECTORY` `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 Closing through your window manager in this mode will actually quit the application without a
prompt to save changes. 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.

2
template

@ -1 +1 @@
Subproject commit 13d63d816973cf7be7ca0f63b6ed46dc794fd531 Subproject commit e4fc768ed294b158ad45c9252dfe733b823a3240
Loading…
Cancel
Save