From aed54822a3511640761cb63180783b55caf46735 Mon Sep 17 00:00:00 2001 From: Ollie H Date: Wed, 3 May 2023 20:39:49 -0700 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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= --handle= --password= +./bskyweb serve --pds-host=https://staging.bsky.dev --handle= --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. -- cgit 1.4.1