From 7be6faceed219bfae6b3f84ff6fc2e9614b7b62d Mon Sep 17 00:00:00 2001 From: Matt Jarrett Date: Sat, 23 Jan 2021 22:26:22 -0600 Subject: [PATCH] fix(docs): adds more install info --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b28dc5..2b7e0bf 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,17 @@ ## What is it? -Spellcheck CLI to quickly check the spelling of a word or two using the power of Google's search engine via a headless browser. +Spellcheck CLI to quickly check the spelling of a word or two using the power of Google's search +engine via a headless browser. ![demo](https://user-images.githubusercontent.com/16245634/103610858-adc8e180-4ee6-11eb-92c6-54d915ed7186.gif) ## Use -`spellcheckme` is best used as a globally installed Node package. +`spellcheckme` is best used as a globally installed Node package, and as such you'll need to have +[Node](https://nodejs.org/en/) installed. If you're on a Mac, I'd suggest using [Homebrew](https://brew.sh/) +for installing Node. Once you have Node installed, you can install and use `spellcheckme` as seen +below. Install ```sh