README.md: specify Ubuntu versions
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 31 Mar 2016 19:43:33 +0000 (15:43 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 31 Mar 2016 19:43:33 +0000 (15:43 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
README.md

index 70fa39580a8b6ac3f47486c7dfff71f32f304daf..cb90e18858fe28a50db85333d8e806211f16c79d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ Note that you may pass the `--user` argument to
 `pip install` to install the tool in your home directory (instead of
 installing globally).
 
-**Latest Ubuntu**:
+**Ubuntu 14.04 and 16.04**:
 
 It is recommended to use the
 [barectf PPA](https://launchpad.net/~lttng/+archive/ubuntu/barectf),
@@ -92,6 +92,11 @@ Otherwise, you can always use `pip3`:
     sudo apt-get install python3-pip
     sudo pip3 install barectf
 
+**Other, recent Ubuntu**:
+
+    sudo apt-get install python3-pip
+    sudo pip3 install barectf
+
 **Ubuntu 12.04 and lower**:
 
     sudo apt-get install python3-setuptools
This page took 0.024851 seconds and 4 git commands to generate.