From 60e9afd0ab83b9f65dcf270b6ea41bf3a8ba051f Mon Sep 17 00:00:00 2001 From: Jrohy Date: Thu, 3 Jan 2019 00:39:17 +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 04cb1c0..5ae1ad3 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ auto install Python3 and pip3 support **CentOS 6+/Debian 8+/Ubuntu 14+** -# Install without compile(recommend) +## Install without compile(recommend) ``` source <(curl -sL https://git.io/fhqMz) ``` -# Install with compile(latest version) +## Install with compile(latest version) ``` source <(curl -sL https://git.io/fhqMz) --latest ``` -# Install with compile(special version) +## Install with compile(special version) ``` source <(curl -sL https://git.io/fhqMz) -v 3.6.5 ```