From 907129cb0f9a64a0b67bb44d68c0c391b9b26c68 Mon Sep 17 00:00:00 2001 From: Jrohy Date: Thu, 3 Jan 2019 01:23:49 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 124b0e5..e3049f8 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ support **CentOS 6+/Debian 8+/Ubuntu 14+** ## Install without compile(recommend) ``` -source <(curl -sL https://git.io/fhqMz) +bash <(curl -sL https://git.io/fhqMz) ``` ## Install with compile(latest version) ``` -source <(curl -sL https://git.io/fhqMz) --latest +bash <(curl -sL https://git.io/fhqMz) --latest ``` ## Install with compile(special version) ``` -source <(curl -sL https://git.io/fhqMz) -v 3.6.5 +bash <(curl -sL https://git.io/fhqMz) -v 3.6.5 ``` find the special version in [python_version_list](https://www.python.org/ftp/python/), script will auto download and compile it