We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c1d7d commit 6a73642Copy full SHA for 6a73642
1 file changed
README.md
@@ -54,10 +54,7 @@ so an observer cannot infer content from message length.
54
## install
55
56
```
57
-git clone git@github.com:caaatto/rede.git
58
-cd rede
59
-npm install
60
-cp .env.example .env
+git clone git@github.com:caaatto/rede.git && cd rede && npm install && cp .env.example .env
61
62
63
Edit `.env` to configure your server connection:
0 commit comments