From 029fc213aadb3a247033d51eb0c6c4ccaafae853 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 1 May 2024 04:55:47 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4087222..4b01d53 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,9 @@ WantedBy=multi-user.target 2. `sudo systemctl daemon-reload` - reload systemd configuration 3. `sudo systemctl enable npsapp` - enable `npsapp` service on system startup -4. `sudo systemctl start npsapp` - start `npsapp` server \ No newline at end of file +4. `sudo systemctl start npsapp` - start `npsapp` server + +## Use + +* `nc 127.0.0.1 1915` +* `telnet 127.0.0.1 1915` \ No newline at end of file