From a8a1a6ed35bcb10b9576ef62003436737307189a Mon Sep 17 00:00:00 2001 From: sn0w Date: Thu, 10 Jan 2019 01:27:52 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d04fe..5203c50 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,19 @@ or guides from the community. A few are linked below. This list is not exhaustiv ## Docs +### Prerequisites + +- 1-2GB of free HDD space (yeah it sucks, Alpine Linux soontm) +- `m4` and `awk` in remotely recent versions +- `curl` or `wget` if you want smarter build caches and commands like `./pleroma mod` +- `jq` and `dialog` if you want to use `./pleroma mod` +- Bash 4.0+ (fancy scripting stuff) +- Docker 18.06.0+ and docker-compose 1.22.0-rc1+ (We need compose file format 3.7+ for `init:`) + ### Installation - Clone this repository -- Create a `config.exs` and `.env` +- Create a `config.exs` and `.env` file - Run `./pleroma build` and `./pleroma up` - Profit!