diff options
author | Mark Felder <feld@feld.me> | 2023-12-28 15:59:25 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2023-12-28 15:59:25 -0500 |
commit | ddb9e90c405369496fdf9e6dfed593eff8d5dc5c (patch) | |
tree | 515f67720b5f4f71b7623538ff55beb34d32c5a9 /docs/installation/debian_based_jp.md | |
parent | 7e3bbdded5dea73a0bad3a8905839e42d476e506 (diff) | |
download | pleroma-ddb9e90c405369496fdf9e6dfed593eff8d5dc5c.tar.gz pleroma-ddb9e90c405369496fdf9e6dfed593eff8d5dc5c.zip |
Update minimum elixir version found in various docs
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 1424ad7f4..502eefaf8 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 9.6以上 (Ubuntu16.04では9.5しか提供されていないので,[](https://www.postgresql.org/download/linux/ubuntu/)こちらから新しいバージョンを入手してください) - `postgresql-contrib` 9.6以上 (同上) -- 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` |