Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ git clone --recurse-submodules git@github.com:cedardb/docs.git

Run a web server:
```
cd docs_staging
hugo server
```

Expand Down
12 changes: 11 additions & 1 deletion content/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down