From 19b2cd05deccf761c871b1ebbb90a9ddcdb57e84 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 5 Apr 2022 00:05:24 +0200 Subject: [PATCH] docs: more wording & ordering --- README.md | 56 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index db9eca0..59cd9dc 100644 --- a/README.md +++ b/README.md @@ -128,33 +128,6 @@ You'll need [Go] >= 1.11 installed. Run `make` to build a new `./distribusi` exe If you wanna learn Go, I've got [this book], feel free to take a loan of it :grinning: -## 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 --rm-dist -``` - -Binaries are in `dist/`. - -## Acknowledgements - -[`AUTHORS.md`](./AUTHORS.md) - -## License - - - - - ## Tips ### SSH guide for `-P/--publish` @@ -199,7 +172,7 @@ connection details are used. You can [open a ticket] and we can try and help. cat contrib/logo/LOGO | lolcat -F 0.1 ``` -### Differences compared to the Python version +## Differences compared to the Python version - It's simpler to install on your computer, just download the binary, `chmod +x` and run it :tada: There is no need to install [Pillow] for handling @@ -214,6 +187,33 @@ cat contrib/logo/LOGO | lolcat -F 0.1 Continue with the [install instructions]. +## 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 --rm-dist +``` + +Binaries are in `dist`. + +## Acknowledgements + +[`AUTHORS.md`](./AUTHORS.md) + +## License + + + + + [Go]: https://go.dev [Pillow]: https://pillow.readthedocs.io/en/stable/installation.html#external-libraries [distribusi]: https://git.vvvvvvaria.org/varia/distribusi