From 3698ad26e0fd6444804415da539e1a814dac5869 Mon Sep 17 00:00:00 2001 From: MOUGINOT B Date: Fri, 16 Dec 2016 10:15:52 -0600 Subject: [PATCH] fix cycamore deb installation instruction --- source/user/install_binary.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/user/install_binary.rst b/source/user/install_binary.rst index b0fffeae9..7fd915029 100644 --- a/source/user/install_binary.rst +++ b/source/user/install_binary.rst @@ -26,14 +26,16 @@ Installing |Cyclus| with Binaries :start-after: .. website_include_deb_start :end-before: .. website_include_deb_end -#. `Download `_ - the Cycamore Debian installation package (only ubuntu is actually supported). +#. Download the Cycamore Debian installation package corresponding to your Ubuntu version (`14.04 + `_ or + `16.04 + `_).. #. Install the package by running: .. code-block:: bash - $ sudo dpkg -i cycamore_1.4.0.deb + $ sudo dpkg -i cycamore_latest.deb #. .. include:: unit_test.rst