From 3e57f21a20fc5f7e3eeecfbb9786312d360c4923 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 31 Mar 2016 15:38:01 -0400 Subject: [PATCH] README.md: add PPA instructions for Ubuntu Signed-off-by: Philippe Proulx --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de28ae..70fa395 100644 --- 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/): -- 2.34.1