diff --git a/docs/open-source-community/developer/build-code-run-tests.md b/docs/open-source-community/developer/build-code-run-tests.md index c11c093e588..34201f8a6d7 100644 --- a/docs/open-source-community/developer/build-code-run-tests.md +++ b/docs/open-source-community/developer/build-code-run-tests.md @@ -17,8 +17,8 @@ 2. Extract the distribution tar.gz file and run the following command ``` - cd openmetadata-/bootstrap - sh bootstrap_storage.sh drop-create + cd open-metadata-/bootstrap + sh bootstrap_storage.sh drop-create-all ``` * Bootstrap ES with indexes and load sample data into MySQL @@ -52,9 +52,6 @@ You can create a _distribution_ as follows. ``` $ mvn clean install - -# Create the binary distribution. -$ cd openmetadata-dist && mvn package ``` The binaries will be created at: