diff options
author | lain <lain@soykaf.club> | 2024-05-24 09:20:06 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-05-24 09:20:06 +0000 |
commit | 134f3bff6702333ea4b7d2e0e82391bbdf9c727e (patch) | |
tree | 864d7985298bd77394257f17ae61e9415c4f8f99 /docs/installation/debian_based_jp.md | |
parent | 05b9805bf98ddfc6a0ecf72b778182eb7af169e2 (diff) | |
parent | f5c029524752e1820ea29f6557647823ae89ecf1 (diff) | |
download | pleroma-134f3bff6702333ea4b7d2e0e82391bbdf9c727e.tar.gz pleroma-134f3bff6702333ea4b7d2e0e82391bbdf9c727e.zip |
Merge branch 'bump-elixir' into 'develop'
Bump minimum Elixir to 1.13
See merge request pleroma/pleroma!4014
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 b6b5c9c07..5a0823a63 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.8 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください) +- Elixir 1.13 以上 ([Debianのリポジトリからインストールしないこと!!! ここからインストールすること!](https://elixir-lang.org/install.html#unix-and-unix-like)。または [asdf](https://github.com/asdf-vm/asdf) をpleromaユーザーでインストールしてください) - `erlang-dev` - `erlang-nox` - `git` |