Skip to content

Commit

Permalink
Updating install via git instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgharold committed Jul 29, 2015
1 parent c516109 commit e3425e0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:tgharold/sync2usb.git
$ cd sync2usb/
$ git checkout master


Updating the local working copy:
------
$ git fetch origin
Expand Down

0 comments on commit e3425e0

Please sign in to comment.