summaryrefslogtreecommitdiff
path: root/doc/walkthrough/adding_a_remote.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-02 22:34:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-02 22:34:05 -0400
commit248bbf76ca408fe7c89f47917e1cfae5ffc079c7 (patch)
tree5fcc4e7a92fa24a5c961e23e3d7a0d1897160c5c /doc/walkthrough/adding_a_remote.mdwn
parenta79436d9ea9e0a2c9ff2556b141f74ae0dad4492 (diff)
typo
Diffstat (limited to 'doc/walkthrough/adding_a_remote.mdwn')
-rw-r--r--doc/walkthrough/adding_a_remote.mdwn2
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