From c7dfac94a7dcbe0a9762478d9adc59c8bf483f2b Mon Sep 17 00:00:00 2001 From: Altair-sh Date: Fri, 19 Sep 2025 08:19:22 +0500 Subject: [PATCH] updated README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2d43689..ebe4647 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ # screensy-unbloated Screen sharing website. -Based on https://github.com/screensy/screensy but without a ton of bloat +Based on https://github.com/screensy/screensy but without docker, caddy, go webserver and other bloat ## Usage 1. ```sh + npm install + ``` +2. ```sh cp default-config.json config.json ``` -2. Edit `config.json` -3. - -```sh -npm run build -npm run start -``` +3. Edit `config.json` +4. ```sh + npm run build + npm run start + ```