update readme

This commit is contained in:
ari melody 2025-06-22 21:01:33 +01:00
parent cd48757272
commit 0cb84f940b
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -1,6 +1,8 @@
# migratesky 🦋 # migratesky 🦋
handy tools for migrating your bluesky account to a new DID! handy tools for migrating your bluesky account to a new DID!
if you're not handy with go, you can download release builds in the releases tab.
## build ## build
```sh ```sh
go build -o migratesky . go build -o migratesky .
@ -8,7 +10,7 @@ go build -o migratesky .
## usage ## usage
```sh ```sh
migratesky <-from <identifier>> <-frompass <password>> <-to <identifier>> <-topass <identifier>> <-pds <pds-url>> [collections...]` migratesky <-from <identifier>> <-frompass <password>> <-to <identifier>> <-topass <identifier>> <-pds <pds-url>> [collections...]
``` ```
### example ### example