this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update gosky basic usage docs (#1041)

authored by

bnewbold and committed by
GitHub
920761c2 5dcab066

+1 -1
+1 -1
HACKING.md
··· 116 116 Running against local typescript PDS in `dev-env` mode: 117 117 118 118 # as "alice" user 119 - go run ./cmd/gosky/ --pds http://localhost:2583 createSession alice.test hunter2 > bsky.auth 119 + go run ./cmd/gosky/ --pds-host http://localhost:2583 account create-session alice.test hunter2 > bsky.auth 120 120 121 121 The `bsky.auth` file is the default place that `gosky` and other client commands will look for auth info. 122 122