diff options
author | tusooa <tusooa@kazv.moe> | 2023-11-01 00:43:35 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-11-01 00:43:35 +0000 |
commit | 6f654d534a1a606185c4f3543e7b1552f0a20566 (patch) | |
tree | ec8b787417a236aca411f0697465caf51d2b61ed /docs/installation/debian_based_jp.md | |
parent | f966abe4fbacf8fa91cf2b533f8abfb57d62f8b7 (diff) | |
parent | ad45b06b3f1d7dd4157a3fbc44dc1d2f07c98f35 (diff) | |
download | pleroma-6f654d534a1a606185c4f3543e7b1552f0a20566.tar.gz pleroma-6f654d534a1a606185c4f3543e7b1552f0a20566.zip |
Merge branch 'release/2.6.0' into 'stable'
Release/2.6.0
See merge request pleroma/pleroma!3924
Diffstat (limited to 'docs/installation/debian_based_jp.md')
-rw-r--r-- | docs/installation/debian_based_jp.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md index 3736e857f..1424ad7f4 100644 --- a/docs/installation/debian_based_jp.md +++ b/docs/installation/debian_based_jp.md @@ -1,11 +1,14 @@ # Pleromaの入れ方 + +Note: This article is potentially outdated because at this time we may not have people who can speak this language well enough to update it. To see the up-to-date version, which may have significant differences or important caveats of the installation process, look up the English version. + ## 日本語訳について この記事は [Installing on Debian based distributions](Installing on Debian based distributions) の日本語訳です。何かがおかしいと思ったら、原文を見てください。 ## インストール -このガイドはDebian Stretchを利用することを想定しています。Ubuntu 16.04や18.04でもおそらく動作します。また、ユーザはrootもしくはsudoにより管理者権限を持っていることを前提とします。もし、以下の操作をrootユーザで行う場合は、 `sudo` を無視してください。ただし、`sudo -Hu pleroma` のようにユーザを指定している場合には `su <username> -s $SHELL -c 'command'` を代わりに使ってください。 +このガイドはDebian Bookwormを利用することを想定しています。Ubuntu 22.04でもおそらく動作します。また、ユーザはrootもしくはsudoにより管理者権限を持っていることを前提とします。もし、以下の操作をrootユーザで行う場合は、 `sudo` を無視してください。ただし、`sudo -Hu pleroma` のようにユーザを指定している場合には `su <username> -s $SHELL -c 'command'` を代わりに使ってください。 ### 必要なソフトウェア |