From: Philippe Proulx Date: Thu, 31 Mar 2016 19:38:01 +0000 (-0400) Subject: README.md: add PPA instructions for Ubuntu X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3e57f21a20fc5f7e3eeecfbb9786312d360c4923;p=deliverable%2Fbarectf.git README.md: add PPA instructions for Ubuntu Signed-off-by: Philippe Proulx --- 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/):