aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBora M. Alper <boramalper@users.noreply.github.com>2018-10-01 18:37:33 +0100
committeryonghong-song <ys114321@gmail.com>2018-10-01 10:37:33 -0700
commit9252a8d03cccfae64a772bb71d431b52017b4121 (patch)
tree06f98f9d003c4eed7653540819330a75769ef9c3
parent54e377d29b1e09968b8278c039fc3e146da9d962 (diff)
downloadbcc-9252a8d03cccfae64a772bb71d431b52017b4121.zip
bcc-9252a8d03cccfae64a772bb71d431b52017b4121.tar.gz
bcc-9252a8d03cccfae64a772bb71d431b52017b4121.tar.bz2
Update INSTALL.md to include Ubuntu Bionic (18.04) (#1992)
Update INSTALL.md to include Ubuntu Bionic (18.04)
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 76a5d70..c62cf1c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -52,7 +52,7 @@ Kernel compile flags can usually be checked by looking at `/proc/config.gz` or
## Ubuntu - Binary
-The stable and the nightly packages are built for Ubuntu Xenial (16.04) and Ubuntu Artful (17.10). The steps are very straightforward, no need to upgrade the kernel or compile from source!
+The stable and the nightly packages are built for Ubuntu Xenial (16.04), Ubuntu Artful (17.10) and Ubuntu Bionic (18.04). The steps are very straightforward, no need to upgrade the kernel or compile from source!
**Stable and Signed Packages**
@@ -62,7 +62,7 @@ echo "deb https://repo.iovisor.org/apt/xenial xenial main" | sudo tee /etc/apt/s
sudo apt-get update
sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
```
-(s/xenial/artful as appropriate)
+(replace `xenial` with `artful` or `bionic` as appropriate)
**Nightly Packages**
@@ -71,7 +71,7 @@ echo "deb [trusted=yes] https://repo.iovisor.org/apt/xenial xenial-nightly main"
sudo apt-get update
sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
```
-(s/xenial/artful as appropriate)
+(replace `xenial` with `artful` or `bionic` as appropriate)
## Fedora - Binary