Commit 6802f31b authored by Brenden Blanco's avatar Brenden Blanco Committed by GitHub

Merge pull request #741 from brontide/patch-1

Update INSTALL.md
parents 0c461c98 65445f12
...@@ -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