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

Commit 6956313

Browse files
authored
Update README.md
1 parent ec9c4d6 commit 6956313

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
@@ -22,7 +22,7 @@
2222
If you want to build and run locally, ensure that at least Java 11 is installed. Then, follow these steps:
2323

2424
1. Clone this repository.
25-
2. Create the Data folder on the root `cd /` and `mkdir data`
25+
2. Create the Data/search folder on the root with `cd /` and `mkdir /p data/search`
2626
3. Execute `cd IDS-AppStore`, `chmod +x mvnw` and `./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true`.
2727
5. Navigate to `/target` and run `java -jar ids-appstore-{VERSION}.jar`.
2828
6. If everything worked fine, the application is available at https://localhost:8080/. The API can

0 commit comments

Comments
 (0)