Update 'README.md'

This commit is contained in:
sn0w 2019-01-10 01:27:52 +01:00
parent b65e565b4b
commit a8a1a6ed35
No known key found for this signature in database
GPG Key ID: DDEDFB9D3FA15727
1 changed files with 10 additions and 1 deletions

View File

@ -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!