From 95d68d19350e962228dd725d38899ae59f1d54e3 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Mon, 18 Mar 2024 18:19:00 +0800 Subject: [PATCH] updated readme --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 30bc162..28b65b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules +.npmrc \ No newline at end of file diff --git a/README.md b/README.md index e36146a..dc8232e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ FLB (Fleetbase) is a command-line interface tool designed for managing Fleetbase To install FLB, run the following command: ```bash -npm install -g flb +npm install -g @fleetbase/cli ``` ## Usage