From 90c753995669ba4733e65ff5ef933005455ca4ca Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:41:52 +0100 Subject: [PATCH] Remove contributing and development setup sections Removed the contributing section and development setup instructions from the README. --- AppImage/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/AppImage/README.md b/AppImage/README.md index 67df9c3..2983376 100644 --- a/AppImage/README.md +++ b/AppImage/README.md @@ -730,18 +730,6 @@ entities: ![Home Assistant Integration Example](AppImage/public/images/docs/homeassistant-integration.png) ---- - -## Contributing - -Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests. - -### Development Setup - -1. Clone the repository -2. Install dependencies: `npm install` -3. Run development server: `npm run dev` -4. Build AppImage: `./build_appimage.sh` ---