Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 authored Jan 26, 2025
1 parent 46414e0 commit 66ef799
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,8 @@ git clone --recurse https://github.com/Glowstudent777/YouVersion-API.git && cd Y
> **Note**
> I use `pnpm` in these examples. `NPM` will also work if you don't have or want to install `pnpm`
First step is of course installing the modules

```bash
pnpm i
```

## Building

To build I think you can just use the `tsc` command.

```bash
tsc
```

If you cannot use `tsc` try

```bash
npx tsc
pnpm i && pnpm run build
```

## Running
Expand Down

0 comments on commit 66ef799

Please sign in to comment.