diff options
author | Mark Felder <feld@feld.me> | 2024-09-18 13:14:17 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-18 13:14:17 -0400 |
commit | f00545d85bd601734cdbbc28454f33541dbf530d (patch) | |
tree | dbb2c08b1c0560ca14dfc6c3bbad428f4790ea2d /docs/installation/debian_based_jp.md | |
parent | 63582949436c9db9c97e7269ed2124d9f649a6ef (diff) | |
download | pleroma-f00545d85bd601734cdbbc28454f33541dbf530d.tar.gz pleroma-f00545d85bd601734cdbbc28454f33541dbf530d.zip |
Elixir 1.14 and Erlang/OTP 23 is now the minimum supported release
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` |