From 150900fda88d0f09cd1aef09ca4c0ea10e566942 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Fri, 9 Nov 2018 23:32:41 +0800 Subject: [PATCH] Add a note for single quote usage. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1217e045..5af445c1 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ Type "help", "copyright", "credits" or "license" for more information. ...] ``` +**NOTE:** If you are using Bash, be sure to use single quote for username and password to preserve the values. If you use double quote, you will have to escape special characters, such as "$". See [Bash manual](http://www.gnu.org/software/bash/manual/html_node/Double-Quotes.html) + ### Connect to VMware Cloud on AWS ```python