add installation guide
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
This commit is contained in:
parent
3c9eb1914a
commit
b9ecf3121d
1 changed files with 25 additions and 1 deletions
26
README.md
26
README.md
|
@ -6,7 +6,31 @@ A simple JavaScript module to parse the contents of Packwiz index files.
|
|||
|
||||
## Installation
|
||||
|
||||
TODO
|
||||
You can install PackwizJS with your package manager of choice.
|
||||
|
||||
### npm
|
||||
|
||||
```sh
|
||||
npm add packwizjs
|
||||
```
|
||||
|
||||
### pnpm
|
||||
|
||||
```sh
|
||||
pnpm add packwizjs
|
||||
```
|
||||
|
||||
### yarn
|
||||
|
||||
```sh
|
||||
yarn add packwizjs
|
||||
```
|
||||
|
||||
### bun
|
||||
|
||||
```sh
|
||||
bun add packwizjs
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Reference in a new issue