From de24c40791cefc790b9da09cd59d682620e5c934 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 2 Mar 2021 15:31:30 +0000 Subject: [PATCH] Fix a couple typos (#405) Also add a missing blank line in the README --- .ci/install.sh | 2 +- CHANGELOG.md | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index 0a5bb28..09c7256 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -56,7 +56,7 @@ set_filename() { FILENAME="fnm-macos" USE_HOMEBREW="false" echo "Downloading the latest fnm binary from GitHub..." - echo " Pro tip: it's eaiser to use Homebrew for managing fnm in macOS." + echo " Pro tip: it's easier to use Homebrew for managing fnm in macOS." echo " Remove the \`--force-no-brew\` so it will be easy to upgrade." elif [ "$OS" == "Darwin" ]; then USE_HOMEBREW="true" diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b8e03..1001407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -637,7 +637,7 @@ #### Documentation 📝 -- [#44](https://github.com/Schniz/fnm/pull/44) Quick fix for the dev enviornment setup ([@AdamGS](https://github.com/AdamGS)) +- [#44](https://github.com/Schniz/fnm/pull/44) Quick fix for the dev environment setup ([@AdamGS](https://github.com/AdamGS)) #### Committers: 3 diff --git a/README.md b/README.md index 0ef4a94..ee504fd 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Before adding any configuration to your shell, you'd need to enable symlink supp You can do it by enabling [Developer Mode](https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development), or [updating the Local Security Policy](#local-security-policy). ##### Local Security Policy + Open `Local Security Policy` (`secpol.msc`) and go to `Local Policies` -> `User Rights Assignment`, select `Create symbolic links`, add your user to the list and **reboot**. > Use `whoami` if you are not sure what's your user name.