Add final step to README

This commit is contained in:
Noman 2018-09-06 19:23:53 -04:00
parent 5ec8d5d364
commit 54df182b36
No known key found for this signature in database
GPG Key ID: ACD1C4A99857525C
1 changed files with 5 additions and 0 deletions

View File

@ -40,3 +40,8 @@ A two-way bridge between the matrix protocol and the whisper protocol
peers.forEach(function addPeer(peer) { admin.addPeer(peer); });
exit
```
6. Run the app:
```
npm start
```