Skip to content

Commit 5f45b9a

Browse files
authored
Merge pull request #31 from doubleSlashde/develop
Develop
2 parents eb7c54a + ad30248 commit 5f45b9a

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,21 @@ Main view (when you hover over the app):\
1717
**You need to close the application manualy before you shutdown your PC. Otherwise the last running project is not saved to database.**
1818

1919
# Install
20-
Download the .jar and .bat file and execute the .bat (see [releases](https://github.com/doubleSlashde/KeepTime/releases)). The start may take up to one minute. You should put the .jar in an extra folder as a *logs* and a *db* folder will be created next to it.\
21-
It is recommended to run the application at windows start so you do not forget to track your time. To do this follow these steps:
22-
* Copy the keeptime.bat file from this repo next to the *.jar*. Adapt the path inside the *keeptime.bat* to the name of the *.jar* file (if needed). Try starting the application by executing the *keeptime.bat* file. Close the app
20+
* Download keeptime.bat and keeptime-1.1.0-SNAPSHOT-bin.zip (see [releases](https://github.com/doubleSlashde/KeepTime/releases))
21+
* Extract the downloaded .zip
22+
* Copy the downloaded keeptime.bat file next to the *.jar*. Adapt the path inside the *keeptime.bat* to the name of the *.jar* file (if needed). Try starting the application by executing the *keeptime.bat* file. The start may take up to one minute.
23+
24+
It is recommended to run the application at computer start so you do not forget to track your time. For autostart also execute the following steps (for windows)
2325
* Open the autostart folder: Press *Windows+R*, execute *shell:startup*
2426
* Create a shortcut to the *.bat* in the autostart folder
2527

28+
You should put the .jar in an extra folder as a *logs* and a *db* folder will be created next to it.\
29+
2630
**migrate from old version**
31+
32+
If you have a folder *db* next to the old .jar, the folder has to be next to the new .jar as well. The folder contains your tracked times.\
2733
If you used this application before with a *config.xml* you can import your old projects in the settings dialog. Place your config.xml next to the jar and press "parse config.xml". Otherwise no steps are needed.
2834
## Requirements
29-
* Windows 7 or 10 (Linux is not yet supported)
30-
* Java 8
35+
* Windows 7, 10
36+
* Linux (tested on Ubuntu 18.04)
37+
* Java 8 + JavaFX

0 commit comments

Comments
 (0)