You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by tw...@apache.org on 2023/08/11 23:21:10 UTC

[kvrocks-website] 01/01: Make shell code highlight in Download page

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 <tw...@apache.org>
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
 ```