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_jp.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_jp.md')
-rw-r--r-- | docs/installation/debian_based_jp.md | 3 |
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 ``` |