diff options
author | FChannel <> | 2021-05-12 23:55:31 -0700 |
---|---|---|
committer | FChannel <> | 2021-05-12 23:55:31 -0700 |
commit | bd637f0f0d601d4aa5cb2dcfdf132060b4cf172c (patch) | |
tree | a41b1add6f45ba8680a8a2e3da527871a54b40e7 /README.md | |
parent | dfa4f1a3fe42ca9896879d933cb5fd33afd71a8a (diff) |
added imagemagick to requirements
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -5,7 +5,7 @@ FChannel is a [libre](https://en.wikipedia.org/wiki/Free_and_open-source_softwar There are currently two instances federated with each other: https://fchan.xyz and https://0x00000000.xyz There is an anon testing FChannel instances on TOR/Loki/I2P. Find more information here: https://fchan.xyz/g/MORL0KUT -It is a testing envirmoent, so the instances might come and go. +It is a testing environment, so the instances might come and go. ## To Do List Current things that will be implemented first are: @@ -20,11 +20,13 @@ Any contributions or suggestions are appreciated. Best way to give immediate fee ## Minimum Server Requirements -- golang v1.11+ +- Go v1.11+ -- postgresql +- PostgreSQL -- redis +- Redis + +- ImageMagick ## Server Installation Instructions |