Skip to content

Commit

Permalink
Merge pull request #951 from naver/develop
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
donggyu04 authored Jan 2, 2023
2 parents 44d0dda + 9b5ba1b commit 646252c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ Quick Start
You can start nGrinder by executing following command.

```
java -jar ngrinder-controller-{version}.war
java -Djava.io.tmpdir=${NGRINDER_HOME}/lib -jar ngrinder-controller-{version}.war
```

And then access it by using a browser. http://localhost:8080

> `NGRINDER_HOME` is usually `${HOME}/.ngrinder`.
Documentation
-------------
Expand Down

0 comments on commit 646252c

Please sign in to comment.