about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2023-09-08 01:29:16 +0100
committerGitHub <noreply@github.com>2023-09-07 17:29:16 -0700
commit69209c988fc412a10a5028ca915f99b1d059f5ec (patch)
tree044f01a7179a8ec70e1b8b365d97c15450962ffe /docs
parenta5b89dffa6713bb06c1c572bbdc00517cf5e9bc5 (diff)
downloadvoidsky-69209c988fc412a10a5028ca915f99b1d059f5ec.tar.zst
Update build instructions (#1406)
- Use pnpm
- Clarify when prebuild is needed
Diffstat (limited to 'docs')
-rw-r--r--docs/build.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/build.md b/docs/build.md
index 318f20bbd..73ffde7b7 100644
--- a/docs/build.md
+++ b/docs/build.md
@@ -8,12 +8,12 @@
   - brew tap wix/brew
   - brew install applesimutils
 - After initial setup:
-  - `npx expo prebuild` -> you will also need to run this anytime `app.json` or `package.json` changes
+  - `npx expo prebuild` -> you will also need to run this anytime `app.json` or native `package.json` deps change
 - Start the dev servers
   - `git clone git@github.com:bluesky-social/atproto.git`
   - `cd atproto`
-  - `yarn`
-  - `cd packages/dev-env && yarn start`
+  - `pnpm i`
+  - `cd packages/dev-env && pnpm start`
 - Run the dev app
   - iOS: `yarn ios`
   - Android: `yarn android`