Skip to content

Commit 6a73642

Browse files
committed
Chain install commands in README
1 parent 73c1d7d commit 6a73642

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ so an observer cannot infer content from message length.
5454
## install
5555

5656
```
57-
git clone git@github.com:caaatto/rede.git
58-
cd rede
59-
npm install
60-
cp .env.example .env
57+
git clone git@github.com:caaatto/rede.git && cd rede && npm install && cp .env.example .env
6158
```
6259

6360
Edit `.env` to configure your server connection:

0 commit comments

Comments
 (0)