]> source.dussan.org Git - jquery.git/commitdiff
README: Adds missing commands to setup instructions. Closes gh-854
authorMathias Bynens <mathias@qiwi.be>
Wed, 11 Jul 2012 13:42:02 +0000 (09:42 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Wed, 11 Jul 2012 13:42:02 +0000 (09:42 -0400)
README.md

index 39deec4ef0886efd693890840385119a95e69cd7..fd249681ebfcbf31ba8990164115a0bc76c37f2d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -206,6 +206,7 @@ Following are the steps to manually get the submodules:
 
 ```bash
 git clone https://github.com/jquery/jquery.git
+cd jquery
 git submodule init
 git submodule update
 ```
@@ -214,6 +215,7 @@ Or:
 
 ```bash
 git clone https://github.com/jquery/jquery.git
+cd jquery
 git submodule update --init
 ```
 
@@ -221,6 +223,7 @@ Or:
 
 ```bash
 git clone --recursive https://github.com/jquery/jquery.git
+cd jquery
 ```
 
 If you want to work inside a submodule, it is possible, but first you need to checkout a branch: