diff options
author | Ollie H <renahlee@outlook.com> | 2023-05-03 20:39:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 20:39:49 -0700 |
commit | aed54822a3511640761cb63180783b55caf46735 (patch) | |
tree | 2169df6bf326cdaeaed3bc8ed25dbf8a9c7ac036 /README.md | |
parent | 13586ec6ef46b73836c5b384a73c09bcd2808751 (diff) | |
download | voidsky-aed54822a3511640761cb63180783b55caf46735.tar.zst |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 46e81f3cf..b392579d9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ cp ./web-build/static/js/*.* bskyweb/static/js/ cd bskyweb/ go mod tidy go build -v -tags timetzdata -o bskyweb ./cmd/bskyweb -./bskyweb serve --pds-host=<HOST> --handle=<HANDLE> --password=<PASSWORD> +./bskyweb serve --pds-host=https://staging.bsky.dev --handle=<HANDLE> --password=<PASSWORD> ``` On build success, access the application at [http://localhost:8100/](http://localhost:8100/). Subsequent changes require re-running the above steps in order to be reflected. |