From 0fb87cdbf899acc0f2a07eddbd9654710f43f7ec Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 9 Mar 2024 19:27:59 -0500 Subject: [PATCH] document we officially support various OS's i build/develop on a mac, i have a windows machine, my servers run linux and i do prod builds on linux, and BSD support is generally inherent with linux and mac. i don't think it hurts or would be difficult for me to say i support all of these. upstream conduit only officially supports Linux Signed-off-by: strawberry --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aff0b5e..5cdb557a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ willing to start contributing again. As is, I think if folks want a more polishe #### How can I deploy my own? +conduwuit officially supports Linux, macOS, BSD, and Windows. + - Simple install (this was tested the most): [DEPLOY.md](DEPLOY.md) - Nix/NixOS (and binary cache): [nix/README.md](nix/README.md) @@ -62,8 +64,7 @@ If you want to connect an Appservice to Conduit, take a look at [APPSERVICES.md] 2. Ask someone to assign the issue to you (comment on the issue or chat in [#conduwuit:puppygock.gay](https://matrix.to/#/#conduwuit:puppygock.gay)) 3. Fork the repo and work on the issue. -4. Submit a PR (please keep contributions to the GitHub repo, main development is done here, -not the GitLab repo which exists just as a mirror.) +4. Submit a PR (please keep contributions to the GitHub repo, main development is done here, not the GitLab repo which exists just as a mirror.) #### Contact