diff options
author | Mark Felder <feld@feld.me> | 2024-09-19 16:23:38 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-19 16:23:38 -0400 |
commit | d6a364dad45673158ae4f9263f19f39edd59deba (patch) | |
tree | fdd19159176aa76553c4302b61c21f90978397cd /docs/installation/debian_based_jp.md | |
parent | ecd1b8393befe91175872af3db67a5c01f10eaf2 (diff) | |
parent | 7c37fc6a71100fab4849df5537abfc4306a4f0f9 (diff) | |
download | pleroma-d6a364dad45673158ae4f9263f19f39edd59deba.tar.gz pleroma-d6a364dad45673158ae4f9263f19f39edd59deba.zip |
Merge remote-tracking branch 'origin/develop' into oban-bump
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` |