From: Sean Whitton Date: Sun, 19 Feb 2017 14:57:31 +0000 (-0700) Subject: add apt-get installation instructions to README X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=8f294f59a5f905bb42552cf513a6108022755af9;p=gamesguru%2Fgit-remote-gcrypt.git add apt-get installation instructions to README --- diff --git a/README.rst b/README.rst index bf0c4b7..81b0c86 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,11 @@ collaboration using typical untrusted file hosts or services. Quickstart .......... -* Install ``git-remote-gcrypt`` by running the supplied ``install.sh`` script. +* Install ``git-remote-gcrypt``:: + + * ``apt-get install git-remote-gcrypt`` on Debian and Ubuntu systems + + * by running the supplied ``install.sh`` script on other systems. * Create an encrypted remote by pushing to it:: diff --git a/debian/changelog b/debian/changelog index d765858..fe275e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ git-remote-gcrypt (1.0.2-1) UNRELEASED; urgency=medium Documentation: * Add a note about performance when pushing to arbitrary git URLs. * Add section containing author and maintainer information. + * Add `apt-get` installation instructions, for the benefit of GitHub users. * Other minor edits and formatting changes. -- Sean Whitton Sun, 19 Feb 2017 07:42:05 -0700