diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-02 22:34:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-02 22:34:05 -0400 |
commit | 248bbf76ca408fe7c89f47917e1cfae5ffc079c7 (patch) | |
tree | 5fcc4e7a92fa24a5c961e23e3d7a0d1897160c5c /doc/walkthrough | |
parent | a79436d9ea9e0a2c9ff2556b141f74ae0dad4492 (diff) |
typo
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/adding_a_remote.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/adding_a_remote.mdwn b/doc/walkthrough/adding_a_remote.mdwn index be8e8e7fe..97690dfcd 100644 --- a/doc/walkthrough/adding_a_remote.mdwn +++ b/doc/walkthrough/adding_a_remote.mdwn @@ -8,7 +8,7 @@ Let's start by adding a USB drive as a remote. # git annex init "portable USB drive" # git remote add laptop ~/annex # cd ~/annex - # git remote add usbdrive /media/usb + # git remote add usbdrive /media/usb/annex This is all standard ad-hoc distributed git repository setup. The only git-annex specific part is telling it the name |