Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
njlr committed Oct 13, 2018
1 parent 12a0dfc commit 45e1dda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Add Facebook's tap so that Homebrew can find Buck.
.. code-block:: bash
brew tap facebook/fb
brew tap loopperfect/lp
brew install loopperfect/lp/buckaroo
The Homebrew formula will install Buck and Java, if required.
Expand All @@ -35,14 +36,14 @@ Linux
Debian and Ubuntu via .deb
~~~~~~~~~~~~~~~~~~~~~~~~~~

We provide a `.deb` file for Debian and Ubuntu. To install it, download `buckaroo.deb <https://github.com/LoopPerfect/buckaroo/releases/download/v1.3.1/buckaroo_1.3.1_amd64.deb>`_ and double-click to install.
We provide a `.deb` file for Debian and Ubuntu. To install it, download `buckaroo.deb <https://github.com/LoopPerfect/buckaroo/releases/download/v1.4.0/buckaroo_1.4.0_amd64.deb>`_ and double-click to install.

Alternatively, you can use the command-line:

.. code-block:: bash
wget https://github.com/LoopPerfect/buckaroo/releases/download/v1.3.1/buckaroo_1.3.1_amd64.deb
sudo dpkg -i buckaroo_1.3.0_all.deb
wget -O buckaroo.deb https://github.com/LoopPerfect/buckaroo/releases/download/v1.3.1/buckaroo_1.4.0_amd64.deb
sudo dpkg -i buckaroo.deb
Finally, fetch the cookbook with:

Expand Down

0 comments on commit 45e1dda

Please sign in to comment.