Browse Source

Fix a couple typos (#405)

Also add a missing blank line in the README
remotes/origin/add-with-shims
Waldir Pimenta 4 years ago committed by GitHub
parent
commit
de24c40791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .ci/install.sh
  2. 2
      CHANGELOG.md
  3. 1
      README.md

2
.ci/install.sh

@ -56,7 +56,7 @@ set_filename() { @@ -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"

2
CHANGELOG.md

@ -637,7 +637,7 @@ @@ -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

1
README.md

@ -141,6 +141,7 @@ Before adding any configuration to your shell, you'd need to enable symlink supp @@ -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.

Loading…
Cancel
Save