From 063dc5e971ad71f7f22dd60dd81aab8070b86a1c Mon Sep 17 00:00:00 2001 From: Harsha Yalamanchili Date: Wed, 5 Mar 2014 14:04:36 -0800 Subject: [PATCH] Update debian install documentation to include dependency resolution --- packaging/debian/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/README.md b/packaging/debian/README.md index bbca98cdb8..b328a07b64 100644 --- a/packaging/debian/README.md +++ b/packaging/debian/README.md @@ -13,7 +13,7 @@ The debian package file will be placed in the `../` directory. This can then be Note that `dpkg -i` does not resolve dependencies. -To install the Ansbiel DEB package and resolve redepdencies: +To install the Ansible DEB package and resolve redepdencies: sudo dpkg -i sudo apt-get -fy install \ No newline at end of file