aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-08-10 11:32:24 -0500
committerMark Felder <feld@FreeBSD.org>2020-08-10 11:32:24 -0500
commit024b7ce0b79f4f0c0106eefb9e7dcd459ced61b4 (patch)
treed862c79e2296286af0b41d0a884796680627f298 /docs/installation/debian_based_jp.md
parente08ea01d09c67a93801aa05d33bad0eb24dfca8b (diff)
parent93fbf399543fead24f8066d0cba33a0a51b89dd3 (diff)
downloadpleroma-024b7ce0b79f4f0c0106eefb9e7dcd459ced61b4.tar.gz
Merge branch 'develop' into fix/activity-expirations-again
Diffstat (limited to 'docs/installation/debian_based_jp.md')
-rw-r--r--docs/installation/debian_based_jp.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md
index 42e91cda7..c2dd840d3 100644
--- a/docs/installation/debian_based_jp.md
+++ b/docs/installation/debian_based_jp.md
@@ -16,6 +16,7 @@
- `erlang-nox`
- `git`
- `build-essential`
+- `cmake`
#### このガイドで利用している追加パッケージ
@@ -32,7 +33,7 @@ sudo apt full-upgrade
* 上記に挙げたパッケージをインストールしておきます。
```
-sudo apt install git build-essential postgresql postgresql-contrib
+sudo apt install git build-essential postgresql postgresql-contrib cmake
```