From c5dd956fab1f2f1a376918774cbced50f8db0dde Mon Sep 17 00:00:00 2001 From: TangHuaiZhe Date: Sun, 19 May 2019 10:45:12 +0800 Subject: [PATCH] Update path-mac-linux.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “//”在.bash_profile文件中并非注释,修改为“#” --- _includes/setup/path-mac-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/setup/path-mac-linux.md b/_includes/setup/path-mac-linux.md index f877ac4..0c5fb29 100644 --- a/_includes/setup/path-mac-linux.md +++ b/_includes/setup/path-mac-linux.md @@ -12,8 +12,8 @@ ```commandline -export PUB_HOSTED_URL=https://pub.flutter-io.cn //国内用户需要设置 -export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn //国内用户需要设置 +export PUB_HOSTED_URL=https://pub.flutter-io.cn #国内用户需要设置 +export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn #国内用户需要设置 export PATH=PATH_TO_FLUTTER_GIT_DIRECTORY/flutter/bin:$PATH ```