]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commitdiff
split installation instructions out of quickstart
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 19 Feb 2017 15:25:41 +0000 (08:25 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sun, 19 Feb 2017 15:25:41 +0000 (08:25 -0700)
README.rst

index 81b0c86343fe76f50c6317e2af830f2c74b466a5..22faa2f6cd06f24ed2f74ec649b9a5e92fd6c38d 100644 (file)
@@ -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