summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Manfre2022-11-13 15:57:27 -0500
committerGitHub2022-11-13 13:57:27 -0700
commit5a8b6bb3d022a532562ad5fa6d629cfc48c51b46 (patch)
tree3e47d556e393d707b9ffe4a457e93e9f8b4b2d8a /README.md
parent30c208226e8eedeb6879f0b771ae9d5987d06aec (diff)
downloadtakahe-5a8b6bb3d022a532562ad5fa6d629cfc48c51b46.tar.gz
takahe-5a8b6bb3d022a532562ad5fa6d629cfc48c51b46.tar.bz2
takahe-5a8b6bb3d022a532562ad5fa6d629cfc48c51b46.zip
Improving contributing docs/process
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c3dc16..03359b5 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,16 @@ Goals:
* Multiple account domains possible per server
* Mastodon client API compatible
* Async evented core for fan-out/delivery
+
+
+## Deployment
+
+### Requirements:
+
+- **Python** 3.11
+- **Postgresql** 14+
+- **Lots of patience** This is *very experimental*
+
+## Contributing
+
+If you'd like to contribute, please read [CONTRIBUTING.md](./CONTRIBUTING.md).