From c1752efe4bad6b4c7276be26b33722e1ea788d2a Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Wed, 15 Oct 2025 10:44:41 +0200 Subject: [PATCH] chore: add support me section to README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 82f90ec..fdcc119 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,19 @@ make i18n make i18n FILE=src/lib/i18n/it.json ``` +### Support + +Cactoide is an open-source project licensed under `AGPL-3.0`. Its growth and development are possible thanks to the amazing support of the community. This project is the result of many late nights, weekends, and after-hours work. + +It isn’t backed by a big company. Development depends on the support and generosity of people like you. With your help, I can focus more on making Cactoide even better and building tools that make coding more enjoyable. + +You can support in a few ways: + +- Send a one-time donation via [paypal.me/zenoazurben](paypal.me/zenoazurben) +- Reach me directly: leventeorb[@]gmail.com + +If you enjoy using Cactoide, or if your business depends on it, please consider sponsoring its development. Your support keeps the project alive, improves it for everyone, and helps create educational content like blog posts and videos for the whole Cactoide community. + ### License This project is licensed under the `AGPL-3.0 License` - see the [LICENSE](./LICENSE) file for details.