Skip to content

Commit

Permalink
docs: add uninstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyuubang committed Jul 12, 2024
1 parent 4e5c7e9 commit 8c7f0db
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,24 @@ A extended from `gh org` with additional capabilities. learn more [gh](https://g

## Installations

Install the gh CLI - see the installation
Install the gh CLI - see the [installation](https://github.com/cli/cli?tab=readme-ov-file#installation)

Installation requires a minimum version (2.0.0) of the the GitHub CLI that supports extensions.
> Installation requires a minimum version (2.0.0) of the the GitHub CLI that supports extensions.
Install this extension:

```bash
gh extension install kyuubang/gh-org-extras
```

## Uninstall

if you want to uninstall the extensions, you can type following command.

```bash
gh extension remove kyuubang/gh-org-extras
```


## Usage

Expand All @@ -24,7 +32,7 @@ Run
CLI tool for managing GitHub organizations

Usage:
gh-org-extras [command]
gh org-extras [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
Expand All @@ -36,4 +44,3 @@ Flags:

Use "gh org-extras [command] --help" for more information about a command.
```

0 comments on commit 8c7f0db

Please # to comment.