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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,14 @@ 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 and execute .jar file (see [releases](https://github.com/doubleSlashde/KeepTime/releases)). 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.
20
+
Download and execute .jar file (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
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
23
23
* Open the autostart folder: Press *Windows+R*, execute *shell:startup*
24
24
* Create a shortcut to the *.bat* in the autostart folder
25
25
26
26
**migrate from old version**
27
27
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.
28
28
## Requirements
29
-
Only works correct for windows currently. Tested on 7 and 10.
0 commit comments