Skip to content

Commit 87fa913

Browse files
committed
docs: updated readme to overwrite file
1 parent 073e46e commit 87fa913

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
@@ -7,7 +7,7 @@ An all-in-one script for effortlessly creating an Express app with TypeScript, E
77
1. Download the express-generator script:
88

99
```bash
10-
wget -P $HOME/.local/bin https://raw.githubusercontent.com/bertdida/express-generator/main/express-generator
10+
wget -O $HOME/.local/bin/express-generator https://raw.githubusercontent.com/bertdida/express-generator/main/express-generator
1111
```
1212

1313
2. Make the script executable:

0 commit comments

Comments
 (0)