Skip to content

Commit 311d956

Browse files
committed
[README] Add --recursive flag to git clone example
1 parent 65b8041 commit 311d956

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
@@ -36,7 +36,7 @@ Finally, `realpath` isn't included by default on macOS but is included in GNU Co
3636

3737
``` bash
3838
# Grab the avr-rust sources
39-
git clone https://github.com/avr-rust/rust.git
39+
git clone https://github.com/avr-rust/rust.git --recursive
4040

4141
# Create a directory to place built files in
4242
mkdir build && cd build

0 commit comments

Comments
 (0)