Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaravitis authored Sep 1, 2019
1 parent 85e0dc0 commit 76b2ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jdk 8 or later
- Get the release requestLogger-0.0.1-SNAPSHOT.jar from the release tab.
- Open a terminal, command line inside the folder which includes the jar you downloaded during the previous step and run

`java -jar requestLogger-0.0.1-SNAPSHOT.jar --logging.file=/~/request-logger.log`
`java -jar requestLogger-0.0.1-SNAPSHOT.jar --logging.file=/home/kostas/request-logger.log`

where --loging.file property is the path of your logging file. I use linux and my path is /~/request-logger.log.
where --loging.file property is the path of your logging file. I use linux and my path is /home/kostas/request-logger.log.
For windows should be something like C:\users\\[username]\

0 comments on commit 76b2ad9

Please sign in to comment.