Add missing step for submodule init & update

Change-type: patch
Changelog-entry: Add missing step for submodule cloning in README
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2019-02-26 18:21:38 +01:00
parent df85ffb254
commit 09e6c6422d

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
```