Add usage instructions to README.md

This commit is contained in:
2026-03-09 08:25:04 +01:00
parent ddba87529b
commit 507b45d254

View File

@@ -1,3 +1,9 @@
# simple-uptime # simple-uptime
Simple nodejs console software for monitoring a server. Simple nodejs console software for monitoring a server.
## Usage :
```sh
npm i # Installe Packages
npm start # Start
```