Skip to content

Commit

Permalink
Added clone '--depth=1' option to readme (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Mar 2, 2017
1 parent dd2274f commit c2cbc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
First, clone the repo via git:

```bash
git clone https://github.com/chentsulin/electron-react-boilerplate.git your-project-name
git clone --depth=1 https://github.com/chentsulin/electron-react-boilerplate.git your-project-name
```

And then install dependencies.
Expand Down

0 comments on commit c2cbc69

Please sign in to comment.