diff --git a/README.md b/README.md index fbc2327..938d796 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ _DSFX is a next generation file exchange that that liberates users from big tech ```bash # 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# # Get the client -go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@latest test dsfx://0.0.0.0:8000# +go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@main test dsfx://0.0.0.0:8000# ```