Skip to content

Commit 79861c3

Browse files
committed
doc: update for 2025
1 parent e8236c2 commit 79861c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# node-express-starter
22

3-
A template repo for express server apps.
4-
Check the different branches for different templates.
3+
A template repo for express server apps. Check the different branches for
4+
different templates.
55

66
```bash
77
git clone git@github.com:CHANGE_ME/YOUR_PROJECT.git
8-
pushd YOUR_PROJECT
9-
npm ci
8+
pushd ./YOUR_PROJECT/
9+
npm clean-install
1010
```
1111

1212
Pre-reqs
1313

14-
```bash
15-
# Get webi (and follow instructions)
16-
curl https://webinstall.dev | bash
14+
```sh
15+
curl https://webi.sh | sh
16+
source ~/.config/envman/PATH.env
1717
```
1818

19-
```bash
19+
```sh
2020
webi node@lts
2121
webi watchexec
2222
```

0 commit comments

Comments
 (0)