Skip to content

Commit 5248486

Browse files
Merge pull request #267 from AikidoSec/bitterpanda63-patch-1
Update README.md
2 parents 4170cea + cf4b1b2 commit 5248486

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ Zen operates autonomously on the same server as your Java app to:
6868
You can install Zen by downloading the zip file [here](https://github.com/AikidoSec/firewall-java/releases/latest) and unzipping it to your directory of choice,
6969
we picked `/opt/zen` here for our Linux system as an example. We also have support for Windows and Mac OS X.
7070
Please ensure you do not alter the structure of this folder and that the process can read & write to it.
71-
To activate Zen you then just have to add the following argument to your Java command :
71+
72+
To activate Zen you then just have to add the following `-javaagent` to your Java command **before** the `-jar` argument
7273
```
73-
-javaagent:/opt/zen/agent.jar
74+
java -javaagent:/opt/zen/agent.jar -jar build/myapp.jar
7475
```
7576
Replace `/opt/zen` with your directory of choice.
7677

0 commit comments

Comments
 (0)