docs(readme): update 'latest' to 'main'

This commit is contained in:
Dustin Stiles 2025-03-24 13:40:03 -04:00
parent 1f9df9ddec
commit f8c32151f6
Signed by: duwstiles
GPG Key ID: BCD9912EC231FC87

View File

@ -12,9 +12,9 @@ _DSFX is a next generation file exchange that that liberates users from big tech
```bash ```bash
# Run a server # Run a server
go run koti.casa/numenor-labs/dsfx/cmd/dsfx@latest go run koti.casa/numenor-labs/dsfx/cmd/dsfx@main
# serving: dsfx://0.0.0.0:8000#<ed25519_public_key> # serving: dsfx://0.0.0.0:8000#<ed25519_public_key>
# Get the client # Get the client
go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@latest test dsfx://0.0.0.0:8000#<ed25519_public_key> go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@main test dsfx://0.0.0.0:8000#<ed25519_public_key>
``` ```