From 66ef7997c004a95233a339ad456b2fc0471e2f05 Mon Sep 17 00:00:00 2001 From: Glowstudent <55334764+Glowstudent777@users.noreply.github.com> Date: Sun, 26 Jan 2025 14:24:45 -0600 Subject: [PATCH] Update README.md --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index bbca4e4..ffb389f 100644 --- a/README.md +++ b/README.md @@ -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