Commit 65445f12 authored by Eric W's avatar Eric W Committed by GitHub

Update INSTALL.md

Quickstart leaves out installing the examples.
parent 0c461c98
...@@ -82,7 +82,7 @@ sudo apt-get install binutils bcc bcc-tools libbcc-examples python-bcc ...@@ -82,7 +82,7 @@ sudo apt-get install binutils bcc bcc-tools libbcc-examples python-bcc
```bash ```bash
echo "deb [trusted=yes] https://repo.iovisor.org/apt/trusty trusty-nightly main" | sudo tee /etc/apt/sources.list.d/iovisor.list echo "deb [trusted=yes] https://repo.iovisor.org/apt/trusty trusty-nightly main" | sudo tee /etc/apt/sources.list.d/iovisor.list
sudo apt-get update sudo apt-get update
sudo apt-get install bcc-tools sudo apt-get install bcc-tools libbcc-examples
``` ```
Test it: Test it:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment