Skip to content

Commit

Permalink
docs: run instructions with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed May 7, 2024
1 parent 9bfa903 commit 28c0a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ Once you've performed a full build, you can also compile the server to a native

Once build, you can run the server as follows:

- JVM mode: `java -jar server/target/quarkus-app/quarkus-run.jar` from the project root
- Dev mode: `cd server; mvn quarkus:dev` or `cd server; quarkus dev`
- Native mode: `cd server; ./target/*-runner`
- JVM mode: `sudo java -jar server/target/quarkus-app/quarkus-run.jar` from the project root
- Dev mode: `cd server; sudo mvn quarkus:dev` or `cd server; sudo quarkus dev` (will only work if `root` has Java properly configured)
- Native mode: `sudo ./server/target/*-runner`

0 comments on commit 28c0a74

Please sign in to comment.