Skip to content

Commit

Permalink
Updated npm-related instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mklement0 committed May 23, 2024
1 parent d7ede4f commit 5d60bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ With [Node.js](http://nodejs.org/) installed, install from the [npm registry](ht

- Whether you need `sudo` depends on how you installed Node.js and whether you've [changed permissions later](https://docs.npmjs.com/getting-started/fixing-npm-permissions); if you get an `EACCES` error, try again with `sudo`.
- The `-g` ensures [_global_ installation](https://docs.npmjs.com/getting-started/installing-npm-packages-globally) and is needed to put `ttab` in your system's `$PATH`.
- To remove `ttab` later, run `npm rm ttab -g`.

## Manual installation

Expand Down

0 comments on commit 5d60bfb

Please sign in to comment.