Skip to content

Commit

Permalink
Merge pull request #1664 from wordpress-mobile/update/shorten-git-com…
Browse files Browse the repository at this point in the history
…mands

Update Getting Started documentation to shorten git commands
  • Loading branch information
designsimply authored Dec 11, 2019
2 parents cc5b1b4 + 5b1612a commit 38cf4e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Note that the OS platform used by the maintainers is macOS but the tools and set

* Clone the project and submodules:
```
$ git clone --recurse-submodules https://github.com/wordpress-mobile/gutenberg-mobile.git
git clone --recurse-submodules https://github.com/wordpress-mobile/gutenberg-mobile.git
```

* Or if you already have the project cloned, initialize and update the submodules:
```
$ git submodule init
$ git submodule update
git submodule init
git submodule update
```

## Set up
Expand Down

0 comments on commit 38cf4e1

Please sign in to comment.