Skip to content

Commit

Permalink
Fix readme URL
Browse files Browse the repository at this point in the history
Fix readme with proper instructions to clone the repo for OpenSearch-Dashboards
  • Loading branch information
jkowall authored Apr 13, 2021
1 parent b0c7772 commit 2766fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here are the principles we use to guide our development. From [opensearch.org](
## Getting Started

To run OpenSearch Dashboards locally, you first need build artifacts from OpenSearch.
* Clone the OpenSearch repo with ```git clone git@github.com:opensearch-project/OpenSearch.git```
* Clone the OpenSearch repo with ```git clone http://github.com/opensearch-project/OpenSearch-Dashboards.git```
* Follow installation and setup instructions in the OpenSearch repo
* Run ```./gradlew assemble``` to generate build artifacts for all platforms
* Run ```./gradlew run -Drun.distribution=oss``` to run the oss build
Expand Down Expand Up @@ -69,4 +69,4 @@ As we've been working, we've come up with a bunch of questions that we wanted to

### Questions? Feedback?

Let us know in the [forums](https://discuss.opendistrocommunity.dev/). w00t!!!
Let us know in the [forums](https://discuss.opendistrocommunity.dev/). w00t!!!

0 comments on commit 2766fab

Please sign in to comment.