diff options
author | Brian Coca <briancoca+dev@gmail.com> | 2013-04-03 12:27:18 -0400 |
---|---|---|
committer | Brian Coca <briancoca+dev@gmail.com> | 2013-04-03 12:27:18 -0400 |
commit | 386b736ec111157988ac8a7276710007cec58cfa (patch) | |
tree | 2df8b2c931923af666035ad9a26aa1389f93dc6b /packaging/debian/README.md | |
parent | 4bef5dd08bd899fc5fd877e1fdca9c4a6d70a905 (diff) | |
download | ansible-386b736ec111157988ac8a7276710007cec58cfa.tar.gz |
added missing build deps for debian/ubuntu to readme
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Diffstat (limited to 'packaging/debian/README.md')
-rw-r--r-- | packaging/debian/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/README.md b/packaging/debian/README.md index cb99cea37c..c6170a15f6 100644 --- a/packaging/debian/README.md +++ b/packaging/debian/README.md @@ -4,7 +4,7 @@ Ansible Debian Package To create an Ansible DEB package: sudo apt-get install python-paramiko python-yaml python-jinja2 - sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro + sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot git clone git://github.com/ansible/ansible.git cd ansible make deb |