From 5737da724f1f44a1fd3ebde956d9c0f2a8e48dde Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Fri, 3 Jan 2025 04:04:47 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0e0539..0bd3d96 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,13 @@ If you want to use Spellchecker CLI in a GitHub Actions workflow, try: - https://github.com/marketplace/actions/spellchecker-cli for a simple, customizable wrapper around Spellchecker CLI - https://github.com/marketplace/actions/spellchecker-cli-summary for a full-featured Spellchecker CLI workflow that can leave comments and status checks on your PRs -If you want to use Spellchecker CLI as a command-line tool on your own computer, you can install it globally: +If you want to use Spellchecker CLI as a command-line tool on your own computer witout having to manage it as a dependency, you can run it directly: + +```shell +npx spellchecker-cli +``` + +Or you can install it globally: ```shell npm install --global spellchecker-cli