From a46176979b29d03325c5b6e6c8cef478402d09b0 Mon Sep 17 00:00:00 2001 From: mikoto2000 Date: Tue, 3 Dec 2024 09:37:54 +0000 Subject: [PATCH] Update README. --- README.md | 7 ++++--- README_en.md | 10 +++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5ca299f..e1b0efa 100644 --- a/README.md +++ b/README.md @@ -357,9 +357,10 @@ endif ## Limitation: -- Windows, Linux では、amd64 のコンテナしか使用できません -- amd64 では、 alpine 系のコンテナでは使用できません -- macOS では、arm64 のコンテナしか使用できません +- alpine 系のコンテナでは amd64 アーキテクチャは使用できません +- macOS で NeoVim を利用する場合はシステムインストールされたものを利用する必要があります +- aarch64 のコンテナで NeoVim を利用する場合はシステムインストールされたものを利用する必要があります +- NeoVim AppImage が使えず、システムインストールの NeoVim も存在しない場合、 NeoVim の代わりに Vim が起動します - macOS で NeoVim を利用する場合は、システムインストールの NeoVim しか利用できません システムインストールの NeoVim が検出できなかった場合、代わりに Vim が起動します diff --git a/README_en.md b/README_en.md index bd59882..59af4fb 100644 --- a/README_en.md +++ b/README_en.md @@ -353,11 +353,11 @@ endif ## Limitation: -- On Windows and Linux, only amd64 containers can be used. -- On amd64, alpine-based containers cannot be used. -- On macOS, only arm64 containers can be used. -- If you use NeoVim on macOS, you can only use the system-installed NeoVim. - If a system installed NeoVim cannot be detected, Vim will be launched instead. +- amd64 architecture cannot be used in alpine-based containers +- When using NeoVim in an aarch64 container, you must use the system-installed version +- If the NeoVim AppImage is not available and there is no system-installed NeoVim, Vim will start instead of NeoVim +- When using NeoVim on macOS, only the system-installed NeoVim can be used + If the system-installed NeoVim cannot be detected, Vim will start instead ## Install: