Skip to content

Commit

Permalink
README: Adds missing commands to setup instructions. Closes jquerygh-854
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored and rwaldron committed Jul 11, 2012
1 parent d8f9dec commit c210e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -214,13 +215,15 @@ Or:

```bash
git clone https://github.com/jquery/jquery.git
cd jquery
git submodule update --init
```

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:
Expand Down

0 comments on commit c210e08

Please sign in to comment.