aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-19 08:25:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-19 08:25:41 -0700
commit77b9686a44aedd53c1991c011b531880ec8f1fd8 (patch)
tree3209d1940f2d873bec8f1451c4d0ac16bc5e345f
parent8f294f59a5f905bb42552cf513a6108022755af9 (diff)
downloadgit-remote-gcrypt-77b9686a44aedd53c1991c011b531880ec8f1fd8.tar.gz
split installation instructions out of quickstart
-rw-r--r--README.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 81b0c86..22faa2f 100644
--- a/README.rst
+++ b/README.rst
@@ -23,16 +23,17 @@ over arbitrary git transport.
The aim is to provide confidential, authenticated git storage and
collaboration using typical untrusted file hosts or services.
-Quickstart
-..........
+Installation
+............
-* Install ``git-remote-gcrypt``::
+* ``apt-get install git-remote-gcrypt`` on Debian and Ubuntu systems
- * ``apt-get install git-remote-gcrypt`` on Debian and Ubuntu systems
+* or run the supplied ``install.sh`` script on other systems.
- * by running the supplied ``install.sh`` script on other systems.
+Quickstart
+..........
-* Create an encrypted remote by pushing to it::
+Create an encrypted remote by pushing to it::
git remote add cryptremote gcrypt::rsync://example.com:repo
git push cryptremote master