From 0c30aeea5b6ba3c8b6b72b8a92cd319b4db44510 Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Wed, 9 Nov 2022 01:02:49 +0800 Subject: fix typo (#4656) --- book/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/src') diff --git a/book/src/install.md b/book/src/install.md index ccfb0b1e..44f13584 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -103,7 +103,7 @@ via the `HELIX_RUNTIME` environment variable. | -------------------- | ------------------------------------------------ | | Windows (Cmd) | `xcopy /e /i runtime %AppData%\helix\runtime` | | Windows (PowerShell) | `xcopy /e /i runtime $Env:AppData\helix\runtime` | -| Linux / MacOS | `ln -s $PWD/runtime ~/.config/helix/runtime` | +| Linux / macOS | `ln -s $PWD/runtime ~/.config/helix/runtime` | Starting with Windows Vista you can also create symbolic links on Windows. Note that this requires elevated privileges - i.e. PowerShell or Cmd must be run as administrator. -- cgit v1.2.3-70-g09d2