From 125f9954d3df3ecfafed2ded48b705defce82e8d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 8 Jun 2017 03:36:19 +0700 Subject: [PATCH] Markdown fixes --- npm-global-without-sudo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-global-without-sudo.md b/npm-global-without-sudo.md index a7667c9..db79e03 100644 --- a/npm-global-without-sudo.md +++ b/npm-global-without-sudo.md @@ -28,11 +28,11 @@ unset MANPATH # delete if you already modified MANPATH elsewhere in your config export MANPATH="$NPM_PACKAGES/share/man:$(manpath)" ``` -- +--- Check out [`npm-g_nosudo`](https://github.com/glenpike/npm-g_nosudo) for doing the above steps automagically -- +--- NOTE: If you are running macOS, the `.bashrc` file may not yet exist, and the terminal will be obtaining its environment parameters from another file, such as `.profile` or `.bash_profile`. These files also reside in the user's home folder. In this case, simply adding the following line to them will instruct Terminal to also load the `.bashrc` file: