Pārlūkot izejas kodu

- README.md updated with build section

Parad0x 5 gadi atpakaļ
vecāks
revīzija
7172e9a1ed
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -2,6 +2,19 @@
 
 Simple communication bridge between clients and telegram. Using sockets is simple way for other clients to send notification. Current version support only one way communication (from client to telegram) but it should be possible to implement registering command. Protocol is based on queue where elements are separated with semicolons. 
 
+## Build
+
+```
+npm install
+npm run build
+```
+
+## Start
+
+```
+npm start
+```
+
 ## Protocol Operations
 
 ### register (name)