From 7db29749ef40705a9a2c95b07c6c564106eef089 Mon Sep 17 00:00:00 2001 From: Jelmer Snoeck Date: Sat, 28 Apr 2012 13:06:09 +0200 Subject: [PATCH] Readme: return to working directory after installation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309f720..71412ab 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ These files will replace any personal dotfiles to prevent unexpected behavior. Run the following command: - git clone git@github.ncube.be:wijs/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh + git clone git@github.ncube.be:wijs/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh && cd - Not that you'll be prompted for an environment. This is to easily spot the server we're on.