From aeef1957a2fee26cc7bb8baca650a98478074058 Mon Sep 17 00:00:00 2001 From: Queeny Date: Tue, 15 May 2018 11:45:25 +0800 Subject: [PATCH 1/2] Fix the wrong statement --- dev-guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-guide/deployment.md b/dev-guide/deployment.md index c3b5c5f791221..72ad6b7f98eb8 100644 --- a/dev-guide/deployment.md +++ b/dev-guide/deployment.md @@ -2,7 +2,7 @@ ## Overview -Note: **The easiest way to deploy TiDB is to use the official binary package directly, see [Binary Deployment](../op-guide/binary-deployment.md).** +Note: **The easiest way to deploy TiDB is to use the TiDB Ansible, see [Binary Deployment](../op-guide/ansible-deployment.md).** If you want to build the TiDB project, deploy the binaries to other machines and run them, you can follow this guide. From a9db87384f05a98df21265b3ed38847269905bcc Mon Sep 17 00:00:00 2001 From: Queeny Date: Tue, 15 May 2018 11:46:24 +0800 Subject: [PATCH 2/2] Fix a typo --- dev-guide/deployment.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-guide/deployment.md b/dev-guide/deployment.md index 72ad6b7f98eb8..8afbbe8313341 100644 --- a/dev-guide/deployment.md +++ b/dev-guide/deployment.md @@ -2,11 +2,9 @@ ## Overview -Note: **The easiest way to deploy TiDB is to use the TiDB Ansible, see [Binary Deployment](../op-guide/ansible-deployment.md).** +Note: **The easiest way to deploy TiDB is to use TiDB Ansible, see [Ansible Deployment](../op-guide/ansible-deployment.md).** -If you want to build the TiDB project, deploy the binaries to other machines and run them, you can follow this guide. - -Check the [supported platforms](./requirements.md#supported-platforms) and [prerequisites](./requirements.md#prerequisites) first. +Before you start, check the [supported platforms](./requirements.md#supported-platforms) and [prerequisites](./requirements.md#prerequisites) first. ## Building and installing TiDB components