From 3c58fee6b0215b23c43161dc1684702064b1cdfc Mon Sep 17 00:00:00 2001 From: Akira KAWAGUCHI Date: Thu, 2 Nov 2023 12:47:20 +0900 Subject: [PATCH] doc: fix misleading descriptions in Getting Started --- docs/getting-started.md | 2 +- docs/getting-started_ja.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ec26bd3..2f85891 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -65,7 +65,7 @@ If you execute `install.sh` without any arguments, it will put Tsurugi under the ### Setting the `TSURUGI_HOME` environment variable After the Tsurugi installation is complete, please set the environment variable `TSURUGI_HOME` to the Tsurugi installation path. -The following is an example of installing Tsurugi into `$HOME/opt/tsurugi`. +If you installed with the previous example of running the installation script (`. /install.sh --prefix=$HOME/opt --symbolic`), set `TSURUGI_HOME` as follows. ```sh export TSURUGI_HOME="$HOME/opt/tsurugi" diff --git a/docs/getting-started_ja.md b/docs/getting-started_ja.md index c2ea18d..7f05fb1 100644 --- a/docs/getting-started_ja.md +++ b/docs/getting-started_ja.md @@ -64,7 +64,7 @@ Install Directory: $HOME/opt/tsurugi-1.x.x ### 環境変数 `TSURUGI_HOME` の設定 Tsurugiのインストールが完了したら、環境変数 `TSURUGI_HOME` にTsurugiのインストールパスを設定してください。 -以下は `$HOME/opt/tsurugi` にTsurugiをインストールした場合の設定例です。 +前述のインストールスクリプト実行例(`./install.sh --prefix=$HOME/opt --symbolic`) でインストールした場合、以下のように `TSURUGI_HOME` を設定します。 ```sh export TSURUGI_HOME="$HOME/opt/tsurugi"