Skip to content

Commit

Permalink
doc: fix misleading descriptions in Getting Started
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Nov 2, 2023
1 parent 01fd135 commit 3c58fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c58fee

Please sign in to comment.