This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/download-small-fix in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 4b4247c87724ff8ed7395bd468fdebd40a98fb81 Author: Twice <[email protected]> AuthorDate: Sat Aug 12 07:21:04 2023 +0800 Make shell code highlight in Download page --- download/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/index.mdx b/download/index.mdx index b87d484..0355626 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: -``` +```sh docker pull apache/kvrocks:$VERSION_NUMBER ```
