From 0e85b332769457850e08c1ee0aea30d083febf5a Mon Sep 17 00:00:00 2001 From: Aryan Goharzad Date: Mon, 16 Jan 2023 16:40:34 -0500 Subject: [PATCH] Readme Cleanup (#40) * Readme Cleanup Updates instructions for starting the dev/staging servers * Update README.md Co-authored-by: Paul Frazee --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f04e19e6..a7ff9e1f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,10 @@ Uses: - After initial setup: - `cd ios ; pod install` - Start the dev servers - - `yarn dev-pds` - - `yarn dev-wallet` + - `git clone git@github.com:bluesky-social/atproto.git` + - `cd atproto` + - `yarn` + - `cd packages/dev-env && yarn start` - Run the dev app - iOS: `yarn ios` - Android: `yarn android`