From e3425e001b9f987c3ae73f891fe8f09b170923c8 Mon Sep 17 00:00:00 2001 From: Thomas Harold Date: Wed, 29 Jul 2015 07:36:52 -0400 Subject: [PATCH] Updating install via git instructions --- INSTALL.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6c068f7..c5a9264 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,12 +3,24 @@ Installation from GitHub via git You will need 'git' to be installed on the system. -Read-only anonymous clone: +Read-only anonymous clone (users): ------ +Use this method if you do not have write-access to the repository. +This is the best method if you just want to use the software. + $ git clone https://github.com/tgharold/sync2usb.git - $ cd rsync2usb/ + $ cd sync2usb/ + $ git checkout master + +Developer clone: +------ +Use this method if you have write-access to the repository. + + $ git clone git@github.com:tgharold/sync2usb.git + $ cd sync2usb/ $ git checkout master + Updating the local working copy: ------ $ git fetch origin