From 8693066f21aaf116814b235fe7ffeb1661bfeb7d Mon Sep 17 00:00:00 2001 From: dieterve Date: Tue, 12 Feb 2013 16:18:59 +0100 Subject: [PATCH] Use the Git read-only url so no SSH keys need to be set up. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec995a3..b939935 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Goal Create dotfiles that can be installed on production and staging servers. -Provide a familiar shell which contains commonly used commands as shortcuts. +Provide a familiar shell which contains commonly used commands as shortcuts. These dotfiles do not override native commands. @@ -17,12 +17,12 @@ These dotfiles do not override native commands. * Git autocompletion * Git aliases * Aliases -* Vim config +* Vim config ## Installation Run the following command: - git clone git@github.com:wijs/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh && cd - + git clone git://github.com/wijs/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh && cd - You'll be prompted for an environment (for example: staging, production, ..). This is to easily spot the server we're on.