From c7161662223cf45524fe4bd7b9a016926723756a Mon Sep 17 00:00:00 2001 From: guaka Date: Tue, 20 Feb 2024 11:13:49 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ca160a728..13418a628f 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,14 @@ ## Maintenance mode -Trustroots is in maintenance mode. No new features are being developed. Our -medium term plan is decentralisation, more on that will be published soon. +Trustroots is in maintenance mode. + +No new features are being developed. + +Our medium term plan is decentralisation thru the nostr protocol, see https://github.com/Trustroots/nostroots + +We are also open to improvments that [make trustroots forkable](https://github.com/Trustroots/trustroots/issues/2669). + ## nvm & npm @@ -23,11 +29,13 @@ We're using nvm to manage node versions. It's important to use the latest version of npm v7 and not later. + ## Building for production See `deploy/docker`. Run `dockerBuild.sh`. Then `docker push` the latest tags which are output as the last part of the `dockerBuild.sh` script. + ## Merging Only use `git merge --no-ff branch` or the "Create a merge commit" option on