summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Keller <andre.keller@vshn.ch>2016-04-29 14:21:03 +0200
committerAndre Keller <andre.keller@vshn.ch>2016-04-29 14:21:03 +0200
commit69d9d91cadc6c42aed610a8898dbf1114e16539c (patch)
tree3becde6ae211f2241010409e65e8efc444beaf6c /README.md
parent67a27faf0b27f13b1c4a7394a22a62cf52a83fda (diff)
Fix small typo in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab6e5af..23d2015 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen
Install all required packages and gems.
```shell
-apt-get install ruby ruby-dev libsqlite3-dev libssl-dev pkg-config cmake libssh-2-1-dev
+apt-get install ruby ruby-dev libsqlite3-dev libssl-dev pkg-config cmake libssh2-1-dev
gem install oxidized
gem install oxidized-script oxidized-web # if you don't install oxidized-web, make sure you remove "rest" from your config
```