Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bisquit committed Aug 23, 2023
1 parent cf335c3 commit 20c8684
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# ghget

<a href="https://www.npmjs.com/package/@ghget/cli"><img src="https://img.shields.io/npm/v/@ghget/cli"></a>
<a href="https://www.npmjs.com/package/ghget-cli"><img src="https://img.shields.io/npm/v/ghget-cli"></a>
[![CI](https://github.com/bisquit/ghget/actions/workflows/ci.yml/badge.svg)](https://github.com/bisquit/ghget/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/bisquit/ghget/branch/main/graph/badge.svg?token=CLG9UC6RG9)](https://codecov.io/gh/bisquit/ghget)

Expand Down Expand Up @@ -33,7 +33,7 @@ To keep it simple and robust, we are taking advantage of the CLI's authenticatio
You can quickly try with `npx`

```sh
npx @ghget/cli@latest https://github.com/bisquit/ghget/tree/main/sample
npx ghget-cli@latest https://github.com/bisquit/ghget/tree/main/sample
```

or install globally
Expand All @@ -44,7 +44,7 @@ or install globally
<br>

```sh
npm i -g @ghget/cli
npm i -g ghget-cli
```
</details>

Expand All @@ -54,7 +54,7 @@ npm i -g @ghget/cli
<br>

```sh
yarn global add @ghget/cli
yarn global add ghget-cli
```
</details>

Expand All @@ -64,7 +64,7 @@ yarn global add @ghget/cli
<br>

```sh
pnpm add -g @ghget/cli
pnpm add -g ghget-cli
```
</details>

Expand Down

0 comments on commit 20c8684

Please sign in to comment.