diff --git a/README.md b/README.md index d6930bf6..0fd89c0c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ And dependencies ## Running Locally `mkdocs serve` +The docs should then be available locally from http://127.0.0.1:8000/ + **Note:** `mkdocs` will automatically clone component repositories as configured via `mkdocs.yml`. ## Building diff --git a/docs/getting-started.md b/docs/getting-started.md index 2422e5a8..3039ecc8 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -47,7 +47,7 @@ export MGC_BRANCH=release-0.1 Run the following: ```bash -curl https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/${MGC_BRANCH}/hack/quickstart-setup.sh | bash +curl "https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/${MGC_BRANCH}/hack/quickstart-setup.sh" | bash ``` ### What's Next