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

Commit fc29f22

Browse files
committed
Tweak cp syntax
1 parent 6c564a1 commit fc29f22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In this module, you'll setup an Amazon S3 bucket to host your assets and configu
113113
On Linux and macOS:
114114

115115
```console
116-
cp -R lab1/ work
116+
cp -R lab1/* work
117117
```
118118

119119
On Windows:
@@ -242,7 +242,7 @@ Visitors to your website who are interested in participating in your beta progra
242242
On Linux and macOS:
243243

244244
```console
245-
cp -R lab2/ work
245+
cp -R lab2/* work
246246
```
247247

248248
On Windows:
@@ -518,7 +518,7 @@ Your marketing team needs an administrative interface to manage aspects of the s
518518
On Linux and macOS:
519519
520520
```console
521-
cp -R lab3/ work
521+
cp -R lab3/* work
522522
```
523523
524524
On Windows:
@@ -748,7 +748,7 @@ To keep your visitors up to date on your progress building your product, your ma
748748
On Linux and macOS:
749749

750750
```console
751-
cp -R lab4/ work
751+
cp -R lab4/* work
752752
```
753753

754754
On Windows:

0 commit comments

Comments
 (0)