diff --git a/README.md b/README.md index 952d939..321855e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ git clone --recurse-submodules git@github.com:cedardb/docs.git Run a web server: ``` -cd docs_staging hugo server ``` diff --git a/content/releases/_index.md b/content/releases/_index.md index 2064758..fc87857 100644 --- a/content/releases/_index.md +++ b/content/releases/_index.md @@ -5,12 +5,22 @@ linkTitle: "Releases" ### Current Release -You can automatically install the latest release using our helper script: +You can automatically [install the latest release](/docs/get_started/install_locally) using our helper script: ```shell curl https://get.cedardb.com | bash ``` +Or use the [CedarDB Docker container](/docs/get_started/install_with_docker): + +```shell +docker pull cedardb/cedardb +``` + +{{% callout type="info" %}} +Try our [Quick Start](/docs/get_started/quickstart/). Fast to deploy. Faster to query. +{{% /callout %}} + For manual download, please choose the correct version for your system: | System | AMD64 | ARM64 |