diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index f0782e121..6236d9068 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -118,7 +118,7 @@ Next, obtain a minimum distribution tarball of the k-NN version you want to buil 2. Clone the repository locally 3. Run the following commands: ```cd OpenSearch && ./gradlew -p distribution/archives/darwin-tar assemble``` -4. You should see a opensearch-min-3.0.0-SNAPSHOT-darwin-x64.tar.gz file present in distribution/archives/darwin-tar/build/distributions/ +4. You should see a opensearch-min--SNAPSHOT-darwin-x64.tar.gz file present in distribution/archives/darwin-tar/build/distributions/ 5. Build k-NN by passing the OpenSearch distribution path in `./gradlew -PcustomDistributionUrl=""` #### Environment