From 77b9686a44aedd53c1991c011b531880ec8f1fd8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Feb 2017 08:25:41 -0700 Subject: split installation instructions out of quickstart --- README.rst | 13 +++++++------ 1 file 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 -- cgit v1.2.3