From 65f0250bcaedb5293e0ae0cc6c0149bcf8e89229 Mon Sep 17 00:00:00 2001 From: Jrohy Date: Thu, 16 Apr 2020 19:52:25 +0800 Subject: [PATCH] fix install link --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b55ef9d..7522176 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,22 @@ support **CentOS 6+/Debian 8+/Ubuntu 14+** ## Install without compile(recommend) ``` -bash <(curl -sL https://python3.netlify.com/install.sh) +bash <(curl -sL https://python3.netlify.app/install.sh) ``` ## Install with compile(latest version) ``` -bash <(curl -sL https://python3.netlify.com/install.sh) --latest +bash <(curl -sL https://python3.netlify.app/install.sh) --latest ``` ## Install with compile(special version) ``` -bash <(curl -sL https://python3.netlify.com/install.sh) -v 3.6.5 +bash <(curl -sL https://python3.netlify.app/install.sh) -v 3.6.5 ``` ## Only install python3 ``` -bash <(curl -sL https://python3.netlify.com/install.sh) --nopip +bash <(curl -sL https://python3.netlify.app/install.sh) --nopip ``` find the special version in [python_version_list](https://www.python.org/ftp/python/), script will auto download and compile it