diff --git a/apps/simple/README.md b/apps/simple/README.md
index f0450707cc7da2873ea62f098d2a035f62e2b7a8..f23579d54c796ca4a5a7b289efd6fb3c1872cce4 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`