From 02d56474dfc2bcafc1fb6df094dbdadf29a01cf1 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 10 Mar 2013 22:13:58 -0300 Subject: [PATCH] Fix typo on fping package name on readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf2e5f8..02c24b1 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ Please keep in mind that although I'm already using this on my laptop, this is ## Dependencies -LXC, `bsdtar` and `ifping` packages and a Kernel [higher than 3.5.0-17.28](#im-unable-to-restart-containers), +LXC, `bsdtar` and `fping` packages and a Kernel [higher than 3.5.0-17.28](#im-unable-to-restart-containers), which on Ubuntu 12.10 means: ``` sudo apt-get update && sudo apt-get dist-upgrade -sudo apt-get install lxc bsdtar ifping +sudo apt-get install lxc bsdtar fping ```