Skip to content

Commit

Permalink
update installation section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed Aug 7, 2024
1 parent e807a4a commit 379240c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 56 deletions.
35 changes: 7 additions & 28 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,18 @@

## 安装

pnpm

```
```sh
# via pnpm
pnpm add happy-rusty
```

yarn

```
# or via yarn
yarn add happy-rusty
```

npm

```
# or just from npm
npm install --save happy-rusty
```

通过 JSR

```
# via JSR
jsr add @happy-js/happy-rusty
```

通过 deno

```
# for deno
deno add @happy-js/happy-rusty
```

通过 bun

```
# for bun
bunx jsr add @happy-js/happy-rusty
```

Expand Down
35 changes: 7 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,18 @@

## Installation

via pnpm

```
```sh
# via pnpm
pnpm add happy-rusty
```

or via yarn

```
# or via yarn
yarn add happy-rusty
```

or just from npm

```
# or just from npm
npm install --save happy-rusty
```

via JSR

```
# via JSR
jsr add @happy-js/happy-rusty
```

for deno

```
# for deno
deno add @happy-js/happy-rusty
```

for bun

```
# for bun
bunx jsr add @happy-js/happy-rusty
```

Expand Down

0 comments on commit 379240c

Please sign in to comment.