fix dash in README
This commit is contained in:
parent
b3f6852c3e
commit
c63a3aedf9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Getting started is as simple as cloning this repository on your build machine. Y
|
||||||
can do so with:
|
can do so with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone -–depth 1 https://github.com/RPI-Distro/pi-gen.git
|
git clone --depth 1 https://github.com/RPI-Distro/pi-gen.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Using `--depth 1` with `git clone` will create a shallow clone, only containing
|
Using `--depth 1` with `git clone` will create a shallow clone, only containing
|
||||||
|
|
Loading…
Reference in a new issue