diff options
author | feld <feld@feld.me> | 2024-09-19 20:23:17 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-09-19 20:23:17 +0000 |
commit | 7c37fc6a71100fab4849df5537abfc4306a4f0f9 (patch) | |
tree | 2b52216d964852635dea82afe7a87f886768d41b /docs/installation/debian_based_jp.md | |
parent | 63582949436c9db9c97e7269ed2124d9f649a6ef (diff) | |
parent | 1bd28e7d592b429c5eee072db8d1f2ae77d76e29 (diff) | |
download | pleroma-7c37fc6a71100fab4849df5537abfc4306a4f0f9.tar.gz pleroma-7c37fc6a71100fab4849df5537abfc4306a4f0f9.zip |
Merge branch 'elixir-1.14' into 'develop'
Elixir 1.14
See merge request pleroma/pleroma!4272
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` |