aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/Crude_Windows_Sync.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U <Carlo@web>2013-11-21 15:33:35 +0000
committerGravatar admin <admin@branchable.com>2013-11-21 15:33:35 +0000
commite58db2a732e0639bf66985a76661c494cce82709 (patch)
tree24aa2126869cf8f66d50be4a3d3211c203589af6 /doc/tips/Crude_Windows_Sync.mdwn
parentc44bfe5132289fde7d7e8db181d0c3a572d93916 (diff)
Diffstat (limited to 'doc/tips/Crude_Windows_Sync.mdwn')
-rw-r--r--doc/tips/Crude_Windows_Sync.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/Crude_Windows_Sync.mdwn b/doc/tips/Crude_Windows_Sync.mdwn
index 247386b29..88138a0b1 100644
--- a/doc/tips/Crude_Windows_Sync.mdwn
+++ b/doc/tips/Crude_Windows_Sync.mdwn
@@ -6,10 +6,10 @@ Here's a workaround to start syncing folders on Windows right now. It's a bit co
(3) [Install git-annex for Windows](http://git-annex.branchable.com/install/Windows/) on the Windows machine. Don't forget to run the installer as administrator.
-(4) Run _Git Bash_ from the system menu, and run these commands clone your repository.
+(4) Run _Git Bash_ from the system menu, and run these commands to clone your repository.
ssh-keygen
- cat .ssh/id_rsa.pub | "ssh username@my-server.com cat >> ~/.ssh/authorized_keys"
+ cat .ssh/id_rsa.pub | ssh username@my-server.com "cat >> ~/.ssh/authorized_keys"
git clone username@my-server.com:/path/to/annex
cd annex
git annex init