Skip to content

Commit

Permalink
Add installation document
Browse files Browse the repository at this point in the history
  • Loading branch information
himanoa committed Oct 30, 2023
1 parent 724a31e commit a0ddc1f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ Converts an integer to another integer that is unpredictable and reversible.

# install

coming soon....
## use npm
```bash
npm install @kanaomone/scrambler
```

## use yarn

```bash
yarn add @kanamone/scrambler
```

## use pnpm

```bash
pnpm add @kanamone/scrambler
```

# how to use

Expand Down

0 comments on commit a0ddc1f

Please sign in to comment.