aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-11 09:42:02 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-07-11 09:42:02 -0400
commitc210e08c3a73dca302afee24186b48f62ada9fba (patch)
treed9b261b0d04bf998bf1e71229ed7fa91a0db33ad /README.md
parentd8f9dece24f5c8ca26cc455879e9744c697df488 (diff)
downloadjquery-c210e08c3a73dca302afee24186b48f62ada9fba.tar.gz
jquery-c210e08c3a73dca302afee24186b48f62ada9fba.zip
README: Adds missing commands to setup instructions. Closes gh-854
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 39deec4ef..fd249681e 100644
--- 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: