aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 07:57:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 07:57:31 -0700
commit8f294f59a5f905bb42552cf513a6108022755af9 (patch)
treea2650008c86e8fd892413bb4d074167936f3d5f1
parentedb4b159df2ffda5c31110a0c13b139d5460da5e (diff)
downloadgit-remote-gcrypt-8f294f59a5f905bb42552cf513a6108022755af9.tar.gz
add apt-get installation instructions to README
-rw-r--r--README.rst6
-rw-r--r--debian/changelog1
2 files changed, 6 insertions, 1 deletions
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 <spwhitton@spwhitton.name> Sun, 19 Feb 2017 07:42:05 -0700