diff --git a/modules/doc/install.rst b/modules/doc/install.rst index 525561543c3cb201d7ff8ed417a7fd86041a3fa0..b0c8381dbc806fd5e7822dc3c36762cb79bd1c11 100644 --- a/modules/doc/install.rst +++ b/modules/doc/install.rst @@ -70,6 +70,16 @@ OpenStructure uses `git` as the revision control system. The main repository can The above command will clone OpenStructre into the directory called `directory-name`. If omitted, the directory will be called ost. Alternatively, you might consider getting one of the nightly source code snapshots from the `downloads section <http://www.openstructure.org/downloads/>`_. +.. note:: + + Some version of curl have have trouble with the certificate of the + OpenStructure git server and fail to clone the repository. To work around + this, disable the SLL certificate verification with the following command: + + .. code-block:: bash + + git config --global http.sslVerify false + Configuring --------------------------------------------------------------------------------