-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating install via git instructions
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|