diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-12-23 11:21:34 +0100 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-12-23 11:21:34 +0100 |
commit | 45ad5304f785a11536c46aa400f8cc13e15c3078 (patch) | |
tree | d5213601a3224b3a51d6d3705b04318d7c28ecd7 /README.md | |
parent | 395d02518ccbdc27318ae676075ee4d91f1515d5 (diff) | |
parent | 57269885c0dbbe0368b510e90ff31eb215616441 (diff) |
Merge pull request #86 from remijouannet/master
update README.md with libnl-genl-3-dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ i3status has the following dependencies: 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 +apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libcap2-bin libpulse-dev libnl-genl-3-dev ``` ## Upstream |