Merge pull request #2668 from balena-io/add-missing-contributing-step

Add missing step for submodule init & update
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2019-02-28 11:01:02 +01:00 committed by GitHub
commit d44927447a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ which can be installed by running `xcode-select --install`.
### Cloning the project
```sh
git clone https://github.com/balena-io/etcher
git clone --recursive https://github.com/balena-io/etcher
cd etcher
```