From 769559279fbd6f5a99108ce3855d324a48bedbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20F?= <hello@andresfran.co> Date: Wed, 30 Aug 2023 18:13:00 +0800 Subject: [PATCH] Update README.md The commands should be inverted --- apps/simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/simple/README.md b/apps/simple/README.md index f0450707c..f23579d54 100644 --- a/apps/simple/README.md +++ b/apps/simple/README.md @@ -3,8 +3,8 @@ Due to packaging, you will need to run these commands to get started. ```bash -pnpm --filter llamaindex build pnpm install +pnpm --filter llamaindex build ``` Then run the examples with `ts-node`, for example `npx ts-node vectorIndex.ts` -- GitLab