aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2017-12-04 09:48:48 +0100
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-02-28 15:58:06 +0100
commitbccedef218c4d17a44f0e47cf881ac9b188e6a5a (patch)
treecc4878aeac1ae8c29068b959838750309eb252bd /README.md
parente0a80d10ada0bd8cb0de2a5dee37305ecf6aa9d8 (diff)
README: Better to not disable http.sslverify globally
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ee7a12d..b56cdc10 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,9 @@ Application Manager
The repo uses git-lfs. You need to install [https://git-lfs.github.com/](git-lfs) first.
$ git lfs install
- $ git config --global http.sslverify false
- $ git clone https://git-lfs.qt.io/Gerrit/triton-ui.git
+ $ GIT_SSL_NO_VERIFY=true git clone https://git-lfs.qt.io/Gerrit/triton-ui.git
+ $ cd triton-ui
+ $ git config http.sslverify false
# Build and install triton-ui