diff options
author | lain <lain@soykaf.club> | 2020-08-11 10:55:10 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-11 10:55:10 +0200 |
commit | 677abbf0ee8d44f88e40f21526c401eb4ed8cc05 (patch) | |
tree | 7669034cb73935b8f9fde9df419d33cd56117346 /docs/installation/debian_based_en.md | |
parent | 7e4932362b7e672b08543cfd189deb3776268fe3 (diff) | |
parent | 024b7ce0b79f4f0c0106eefb9e7dcd459ced61b4 (diff) | |
download | pleroma-677abbf0ee8d44f88e40f21526c401eb4ed8cc05.tar.gz |
Merge branch 'fix/activity-expirations-again' of git.pleroma.social:pleroma/pleroma 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 |