Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit d1dca74

Browse files
SasanTVrspier
authored andcommitted
Update README.md
Adds -r flag to the copy instructions to make the command copy /docs as well.
1 parent 53a23fe commit d1dca74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git clone https://github.com/google/new-project
2424
mkdir my-new-thing
2525
cd my-new-thing
2626
git init
27-
cp ../new-project/* .
27+
cp -r ../new-project/* .
2828
git add *
2929
git commit -a -m 'Boilerplate for new Google open source project'
3030
```

0 commit comments

Comments
 (0)