diff options
author | Aryan Goharzad <arrygoo@gmail.com> | 2023-01-16 16:40:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 15:40:34 -0600 |
commit | 0e85b332769457850e08c1ee0aea30d083febf5a (patch) | |
tree | 52371d317654a214eb8f0356cd2ddc6437269896 /README.md | |
parent | 1b5c34766702eab7ef26c9d898a3282aa6020a43 (diff) | |
download | voidsky-0e85b332769457850e08c1ee0aea30d083febf5a.tar.zst |
Readme Cleanup (#40)
* Readme Cleanup Updates instructions for starting the dev/staging servers * Update README.md Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index f04e19e61..a7ff9e1fb 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` |