Browse Source

Filed README.md to display line breaks in github

Thomas Flucke 10 năm trước cách đây
mục cha
commit
d30e8f010c
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -1,23 +1,38 @@
 Using Systemd
+
 Setup:
+
 npm install socket.io
+
 mkdir -vp ~/.config/systemd/user
+
 cp -v chatRoom.service ~/.config/systemd/user
+
 systemctl --user daemon-reload
 
+
 Run:
+
 systemctl --user start chatRoom
 
+
 Stop:
+
 systemctl --user stop chatRoom
 
 
+
 Manual
+
 Setup:
+
 npm install socket.io
 
+
 Run:
+
 node main.js &
 
 Stop:
+
 kill [pid]