diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-08-10 11:32:24 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-08-10 11:32:24 -0500 |
commit | 024b7ce0b79f4f0c0106eefb9e7dcd459ced61b4 (patch) | |
tree | d862c79e2296286af0b41d0a884796680627f298 /docs/installation/debian_based_en.md | |
parent | e08ea01d09c67a93801aa05d33bad0eb24dfca8b (diff) | |
parent | 93fbf399543fead24f8066d0cba33a0a51b89dd3 (diff) | |
download | pleroma-024b7ce0b79f4f0c0106eefb9e7dcd459ced61b4.tar.gz |
Merge branch 'develop' into fix/activity-expirations-again
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r-- | docs/installation/debian_based_en.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 8ae5044b5..60c2f47e5 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -12,6 +12,7 @@ This guide will assume you are on Debian Stretch. This guide should also work wi * `erlang-nox` * `git` * `build-essential` +* `cmake` #### Optional packages used in this guide @@ -30,7 +31,7 @@ sudo apt full-upgrade * Install some of the above mentioned programs: ```shell -sudo apt install git build-essential postgresql postgresql-contrib +sudo apt install git build-essential postgresql postgresql-contrib cmake ``` ### Install Elixir and Erlang |