diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-02-12 12:39:48 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-02-12 12:39:48 +0000 |
commit | 9d6a8003e07ad621206387c641343e020aeac188 (patch) | |
tree | 48ede72825b998a6848531c35747b9744a64932d /doc/install | |
parent | 8d7ed982ef361120fef3b431249684333a5462c3 (diff) | |
download | gitlab-ce-9d6a8003e07ad621206387c641343e020aeac188.tar.gz |
Docs: Realign more CE docs that diverged from EE unnecessarily (second MR)
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/README.md | 2 | ||||
-rw-r--r-- | doc/install/installation.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/README.md b/doc/install/README.md index ae48306e65e..52011526768 100644 --- a/doc/install/README.md +++ b/doc/install/README.md @@ -3,7 +3,7 @@ comments: false description: Read through the GitLab installation methods. --- -# Installation +# Installation **[CORE ONLY]** GitLab can be installed in most GNU/Linux distributions and in a number of cloud providers. To get the best experience from GitLab you need to balance diff --git a/doc/install/installation.md b/doc/install/installation.md index a8064ae046e..fb24d4fa0ef 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -108,7 +108,7 @@ sudo apt-get install -y libcurl4-openssl-dev libexpat1-dev gettext libz-dev libs # Download and compile from source cd /tmp -curl --remote-name --progress https://www.kernel.org/pub/software/scm/git/git-2.18.0.tar.gz +curl --remote-name --location --progress https://www.kernel.org/pub/software/scm/git/git-2.18.0.tar.gz echo '94faf2c0b02a7920b0b46f4961d8e9cad08e81418614102898a55f980fa3e7e4 git-2.18.0.tar.gz' | shasum -a256 -c - && tar -xzf git-2.18.0.tar.gz cd git-2.18.0/ ./configure |