aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFChannel <>2021-05-12 23:55:31 -0700
committerFChannel <>2021-05-12 23:55:31 -0700
commitbd637f0f0d601d4aa5cb2dcfdf132060b4cf172c (patch)
treea41b1add6f45ba8680a8a2e3da527871a54b40e7
parentdfa4f1a3fe42ca9896879d933cb5fd33afd71a8a (diff)
added imagemagick to requirements
-rw-r--r--README.md10
-rw-r--r--static/notfound.pngbin0 -> 96599 bytes
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9279fe9..9dfe692 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/static/notfound.png b/static/notfound.png
new file mode 100644
index 0000000..1253e47
--- /dev/null
+++ b/static/notfound.png
Binary files differ