You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,21 @@ Main view (when you hover over the app):\
17
17
**You need to close the application manualy before you shutdown your PC. Otherwise the last running project is not saved to database.**
18
18
19
19
# 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)
23
25
* Open the autostart folder: Press *Windows+R*, execute *shell:startup*
24
26
* Create a shortcut to the *.bat* in the autostart folder
25
27
28
+
You should put the .jar in an extra folder as a *logs* and a *db* folder will be created next to it.\
29
+
26
30
**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.\
27
33
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.
0 commit comments