summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2018-06-29 22:43:39 +0200
committerGitHub <noreply@github.com>2018-06-29 22:43:39 +0200
commita916481aab2d81b1882a25da34a2fe327d74cff4 (patch)
treeb3de6b55a1785354784547cd143b0780c31b5a83 /README.md
parent4d3344ab9cd68bad5faf4ed3dad185dfcacb1e3d (diff)
parent03c8908ec6429a67c3a8f480f1002788ff155bfb (diff)
Merge pull request #291 from duskCoder/cap_net_admin
Stop requiring CAP_NET_ADMIN
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75704ea..084f373 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,12 @@ i3status has the following dependencies:
* libyajl-dev
* libasound2-dev
* libnl-genl-3-dev
- * libcap2-bin (for getting network status without root permissions)
* asciidoc (only for the documentation)
* libpulse-dev (for getting the current volume using PulseAudio)
On debian-based systems, the following line will install all requirements:
```bash
-apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libcap2-bin libpulse-dev libnl-genl-3-dev
+apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libpulse-dev libnl-genl-3-dev
```
## Upstream