Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit b15fa40

Browse files
authored
Update README.md
1 parent c7ed16b commit b15fa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you want to build and run locally, ensure that at least Java 11 is installed.
2121
1. Clone this repository.
2222
2. Create /data/search folder on the root with `cd /` and `mkdir -p /data/search`
2323
3. Execute `cd IDS-AppStore`, `chmod +x mvnw` and `./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true`.
24-
5. Navigate to `/target` and run `java -jar appstore-{VERSION}.jar`.
24+
5. Navigate to `/target` and run `sudo java -jar appstore-{VERSION}.jar`.
2525

2626
If everything worked fine, the application is available at https://localhost:8080/. The API can be accessed at https://localhost:8080/api. The Swagger UI can be found at https://localhost:8080/api/docs.
2727

0 commit comments

Comments
 (0)