We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b46c94 commit 95d68d1Copy full SHA for 95d68d1
2 files changed
.gitignore
@@ -1 +1,2 @@
1
-/node_modules
+/node_modules
2
+.npmrc
README.md
@@ -14,7 +14,7 @@ FLB (Fleetbase) is a command-line interface tool designed for managing Fleetbase
14
To install FLB, run the following command:
15
16
```bash
17
-npm install -g flb
+npm install -g @fleetbase/cli
18
```
19
20
## Usage
0 commit comments