Skip to content
Snippets Groups Projects
Commit b81269a7 authored by Marco Biasini's avatar Marco Biasini
Browse files

update install instructions

parent ade9bb54
Branches
Tags
No related merge requests found
...@@ -74,11 +74,12 @@ The above command will clone OpenStructure into the directory called `directory- ...@@ -74,11 +74,12 @@ The above command will clone OpenStructure into the directory called `directory-
Some versions of curl have have trouble with the certificate of the Some versions of curl have have trouble with the certificate of the
OpenStructure git server and fail to clone the repository. To work around OpenStructure git server and fail to clone the repository. To work around
this, disable the SSL certificate verification with the following command: this, disable the SSL certificate verification by setting the following
environment variable:
.. code-block:: bash .. code-block:: bash
git config --global http.sslVerify false export GIT_SSL_NO_VERIFY=1
Picking the right branch Picking the right branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment