README.md: add PPA instructions for Ubuntu
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 31 Mar 2016 19:38:01 +0000 (15:38 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 31 Mar 2016 19:38:01 +0000 (15:38 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
README.md

index 0de28ae5c3d28a3eaba04b5c486b8f24444974e8..70fa39580a8b6ac3f47486c7dfff71f32f304daf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,6 +79,16 @@ installing globally).
 
 **Latest Ubuntu**:
 
+It is recommended to use the
+[barectf PPA](https://launchpad.net/~lttng/+archive/ubuntu/barectf),
+which also installs the man page:
+
+    sudo apt-add-repository ppa:lttng/barectf
+    sudo apt-get update
+    sudo apt-get install barectf
+
+Otherwise, you can always use `pip3`:
+
     sudo apt-get install python3-pip
     sudo pip3 install barectf
 
@@ -112,7 +122,7 @@ Otherwise, you can always use `pip`:
     sudo pacman -S python-pip
     sudo pip install barectf
 
-**OS X**
+**OS X**:
 
 With [Homebrew](http://brew.sh/):
 
This page took 0.024208 seconds and 4 git commands to generate.