aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhizhen He2022-11-08 17:02:49 +0000
committerGitHub2022-11-08 17:02:49 +0000
commit0c30aeea5b6ba3c8b6b72b8a92cd319b4db44510 (patch)
tree4d91b766388e4cf06396d09c50ef4fc274cc674d
parent75d7e0555e4993d021f212b6a9297ff04a937fc3 (diff)
fix typo (#4656)
-rw-r--r--README.md6
-rw-r--r--book/src/install.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c1953a7c..c1f30218 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%App
| -------------------- | ------------------------------------------------ |
| 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.
@@ -109,9 +109,9 @@ sed -i "s|Terminal=true|Terminal=false|g" ~/.local/share/applications/Helix.desk
Please note: there is no icon for Helix yet, so the system default will be used.
-## MacOS
+## macOS
-Helix can be installed on MacOS through homebrew:
+Helix can be installed on macOS through homebrew:
```
brew install helix
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.