Skip to content

Commit

Permalink
Update tarball link to 2.3.1 in linux install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fiver-watson committed Apr 13, 2017
1 parent 44609d5 commit 39b7be3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions admin-manual/installation/linux/ubuntu-trusty.rst
Expand Up @@ -480,9 +480,9 @@ Option 1: Download the tarball

.. code-block:: bash
wget https://storage.accesstomemory.org/releases/atom-2.3.0.tar.gz
wget http://storage.accesstomemory.org/releases/atom-2.3.1.tar.gz
sudo mkdir /usr/share/nginx/atom
sudo tar xzf atom-2.3.0.tar.gz -C /usr/share/nginx/atom --strip 1
sudo tar xzf atom-2.3.1.tar.gz -C /usr/share/nginx/atom --strip 1
Please note that the tarball may not be available yet if this version is still
in development. In this case, you can try the alternative installation method
Expand Down
4 changes: 2 additions & 2 deletions admin-manual/installation/linux/ubuntu-xenial.rst
Expand Up @@ -413,9 +413,9 @@ Option 1: Download the tarball

.. code-block:: bash
wget https://storage.accesstomemory.org/releases/atom-2.3.0.tar.gz
wget http://storage.accesstomemory.org/releases/atom-2.3.1.tar.gz
sudo mkdir /usr/share/nginx/atom
sudo tar xzf atom-2.3.0.tar.gz -C /usr/share/nginx/atom --strip 1
sudo tar xzf atom-2.3.1.tar.gz -C /usr/share/nginx/atom --strip 1
Please note that the tarball may not be available yet if this version is still
in development. In this case, you can try the alternative installation method
Expand Down

0 comments on commit 39b7be3

Please sign in to comment.