Skip to content

Commit e39460d

Browse files
authored
Merge pull request #124 from prertik/master
Update instructions for clone with --depth instruction
2 parents 6b6e0ed + 094f51c commit e39460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ following steps outline how to add new content to the LFE Documentation site.
189189
1. `git clone` your fork to your local machine and `cd` to the working
190190
directory of your clone. If you will be making CSS changes, you'll need the
191191
`bootstrap-sass` submodule. In that case, you'll want to use
192-
`git clone --recursive`.
192+
`git clone --recursive` and `git clone --recursive --depth 1`.
193193
1. If you plan on making content additions, you'll want to select the
194194
template you want to base your page on (e.g., `priv/templates/base.html`).
195195

0 commit comments

Comments
 (0)