From 5e13370fe7fec6ee59e232b66bcc4e5ebd1dd9ca Mon Sep 17 00:00:00 2001 From: juliezhang1112 <1060074157@qq.com> Date: Sun, 19 Jan 2020 12:33:17 +0800 Subject: [PATCH] how-to/get-started: update code block format --- dev/how-to/get-started/deploy-tidb-from-binary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/how-to/get-started/deploy-tidb-from-binary.md b/dev/how-to/get-started/deploy-tidb-from-binary.md index 3ecc344876833..62f3fe9fc9bad 100644 --- a/dev/how-to/get-started/deploy-tidb-from-binary.md +++ b/dev/how-to/get-started/deploy-tidb-from-binary.md @@ -24,6 +24,8 @@ The following local TCP ports will be used: This guide is for deployment on Linux only. It is recommended to use RHEL/CentOS 7.3 or higher. TiKV requires you to raise the open files limit: +{{< copyable "shell-regular" >}} + ```bash tidbuser="tidb"