diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-02 19:00:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-02 19:00:25 -0700 |
commit | 8319500ed7bb1bfba15b74132f19dc2b960ea7c1 (patch) | |
tree | 03c924ada07f800997c3eaccb5482571d15b0fd4 /notes | |
parent | 61ed57975d6d3a5d12eeede5b40f7b38049e75ad (diff) | |
download | adenosine-8319500ed7bb1bfba15b74132f19dc2b960ea7c1.tar.gz adenosine-8319500ed7bb1bfba15b74132f19dc2b960ea7c1.zip |
quickstart: typo
Diffstat (limited to 'notes')
-rw-r--r-- | notes/atproto_quickstart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/atproto_quickstart.md b/notes/atproto_quickstart.md index a4a674d..ff730ca 100644 --- a/notes/atproto_quickstart.md +++ b/notes/atproto_quickstart.md @@ -21,7 +21,7 @@ To enter the dev environment in a new terminal: Run an atproto example PDS server (in memory), and create a test user: - (enter dev environment) -- `cd packages/dev_env` +- `cd packages/dev-env` - `yarn run start` - `> status()` - `> mkuser("hyde")` |