diff --git a/README.md b/README.md index b21ad144..6004e5b8 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ Yesod is built upon many smaller packages, all of which can be installed with: for repo in $REPOS do git clone http://github.com/yesodweb/$repo - cd $repo && (./install-all.sh; cd ..) + pushd $repo && (./install-all.sh; popd) done