Skip to content

Commit

Permalink
minor change to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Aug 5, 2024
1 parent c23441d commit 80ad611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To setup registry auth use:
flb set-auth [token] --path /fleetbase
```

- `--path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
- `-p, --path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.

### Scaffolding a Extension

Expand Down Expand Up @@ -84,7 +84,7 @@ flb install [extension] --path /fleetbase
```

- `[extension]`: The name of the extension to install.
- `--path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
- `-p, --path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.

### Uninstalling a Extension

Expand All @@ -95,7 +95,7 @@ flb uninstall [extension] --path /fleetbase
```

- `[extension]`: The name of the extension to install.
- `--path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.
- `-p, --path`: (Optional) The path to the fleetbase instance directory. Defaults to the current directory.

### Setting a Custom Registry

Expand Down

0 comments on commit 80ad611

Please sign in to comment.