From 502fb18d1a01451b98061c1d3295b0fbc311a0ee Mon Sep 17 00:00:00 2001 From: marvzhang Date: Wed, 11 Mar 2020 22:58:45 +0800 Subject: [PATCH] updated README --- README-zh.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index 0556532a..1adf3dc7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -37,7 +37,7 @@ 三种方式: 1. [Docker](http://docs.crawlab.cn/Installation/Docker.html)(推荐) 2. [直接部署](http://docs.crawlab.cn/Installation/Direct.html)(了解内核) -3. [Kubernetes](https://juejin.im/post/5e0a02d851882549884c27ad) (多节点部署) +3. [Kubernetes](http://docs.crawlab.cn/Installation/Kubernetes.html) (多节点部署) ### 要求(Docker) - Docker 18.03+ diff --git a/README.md b/README.md index 8224cc77..25a16c8e 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ Golang-based distributed web crawler management platform, supporting various lan ## Installation -Two methods: +Three methods: 1. [Docker](http://docs.crawlab.cn/Installation/Docker.html) (Recommended) 2. [Direct Deploy](http://docs.crawlab.cn/Installation/Direct.html) (Check Internal Kernel) -3. [Kubernetes](https://juejin.im/post/5e0a02d851882549884c27ad) (Multi-Node Deployment) +3. [Kubernetes](http://docs.crawlab.cn/Installation/Kubernetes.html) (Multi-Node Deployment) ### Pre-requisite (Docker) - Docker 18.03+