diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-25 00:59:17 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-25 00:59:17 +0100 |
commit | 2411f0384c48a0ac3957229248d85e9e8a7a85ee (patch) | |
tree | 147cb07f4be264d44b6af6b4db902749769dc0b0 /docs/Useful commands.md | |
parent | 5bd0865d21d7963301ad7d10c0bb8375ac4796e4 (diff) | |
download | Git-Auto-Deploy-2411f0384c48a0ac3957229248d85e9e8a7a85ee.zip Git-Auto-Deploy-2411f0384c48a0ac3957229248d85e9e8a7a85ee.tar.gz Git-Auto-Deploy-2411f0384c48a0ac3957229248d85e9e8a7a85ee.tar.bz2 |
Preparations for debian package
Diffstat (limited to 'docs/Useful commands.md')
-rw-r--r-- | docs/Useful commands.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Useful commands.md b/docs/Useful commands.md index fb25613..41e0da4 100644 --- a/docs/Useful commands.md +++ b/docs/Useful commands.md @@ -9,3 +9,6 @@ python setup.py --command-packages=stdeb.command sdist_dsc bdist_deb # Debianize python setup.py --command-packages=stdeb.command debianize + +# deb source +add-apt-repository ppa:olipo186/git-auto-deploy |