diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e189db..349f81a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,17 +20,10 @@ cat contrib/logo/LOGO | lolcat -F 0.1 ### Release -Currently, you have to be `@decentral1se` to do this: - -```bash -git tag -VERSION= make release ``` - -You can build a local-only release by running this: - -```bash -goreleaser release --snapshot --clean +make release +mv dist contrib/web +cd contrib/web +distribusi -c styles.css +rsync -avz . varia.zone:public_html/distribusi ``` - -Binaries are in `dist`.