From 7c525808a49dcdb3fcdbbc78d8025f4bc1d08003 Mon Sep 17 00:00:00 2001 From: blek Date: Mon, 9 Oct 2023 20:55:26 +1000 Subject: [PATCH] add note about build dependencies --- filed/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/filed/README.md b/filed/README.md index f0a5a86..23a3755 100644 --- a/filed/README.md +++ b/filed/README.md @@ -3,6 +3,11 @@ This is a part of blek! File that is responsible for serving and uploading files This module is released under the GPLv3 with additions, copy of which is included in the top level of this repository. ## Building +First, install the build dependencies: + +1. Rust toolchain +2. Git (latest version) + To get started with this, copy either `Dockerfile.dev` or `Dockerfile.prod` to `Dockerfile`, depending on your environment. Then either build it manually or start it up using the `docker-compose.yml` file, which is provided in the top level directory.