This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 3a0369c Make shell code highlight in Download page (#144)
3a0369c is described below
commit 3a0369cc1f7f0dcb107b301873bd018dba341e18
Author: Twice <[email protected]>
AuthorDate: Sat Aug 12 07:22:04 2023 +0800
Make shell code highlight in Download page (#144)
* Make shell code highlight in Download page
* Update download/index.mdx
---
download/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/download/index.mdx b/download/index.mdx
index b87d484..25f0eef 100644
--- a/download/index.mdx
+++ b/download/index.mdx
@@ -23,6 +23,6 @@ For fast downloads, current source distributions are hosted
on mirror servers; o
Every released version of Apache Kvrocks has a corresponding [official Docker
image on Docker Hub](https://hub.docker.com/r/apache/kvrocks), which includes
prebuilt binaries for both amd64 and arm64 architecture. You can obtain it via:
-```
+```shell
docker pull apache/kvrocks:$VERSION_NUMBER
```