diff options
author | lain <lain@soykaf.club> | 2024-12-19 10:15:30 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-12-19 10:15:30 +0000 |
commit | 1170dfdd49d9ab0d3a1788db253e88e1bbeb67e1 (patch) | |
tree | be0e3d2d110f78f83e7fa779d8a12f0f0f54811d /docs/installation/debian_based_jp.md | |
parent | 31487e5be48f3845d9cf57116dd5a618a733e259 (diff) | |
parent | c0fdd0e2cf2e57aa02776c41d21b10c17f745193 (diff) | |
download | pleroma-1170dfdd49d9ab0d3a1788db253e88e1bbeb67e1.tar.gz pleroma-1170dfdd49d9ab0d3a1788db253e88e1bbeb67e1.zip |
Merge branch 'release/2.8.0' into 'stable'
Release/2.8.0
See merge request pleroma/pleroma!4295
Diffstat (limited to 'docs/installation/debian_based_jp.md')
-rw-r--r-- | docs/installation/debian_based_jp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md index 5a0823a63..0817934ff 100644 --- a/docs/installation/debian_based_jp.md +++ b/docs/installation/debian_based_jp.md @@ -14,7 +14,7 @@ Note: This article is potentially outdated because at this time we may not have - PostgreSQL 11.0以上 (Ubuntu16.04では9.5しか提供されていないので,[](https://www.postgresql.org/download/linux/ubuntu/)こちらから新しいバージョンを入手してください) - `postgresql-contrib` 11.0以上 (同上) -- Elixir 1.13 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください) +- Elixir 1.14 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください) - `erlang-dev` - `erlang-nox` - `git` |