diff --git a/README.md b/README.md index 58c5303..069d91f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ If you run into issues, run with `-d/--debug` to see what is happening under the You'll need [Go] >= 1.11 installed. Run `go build .` to build a new `./distribusi` executable. +If you wanna learn Go, I've got [this book], feel free to take a loan of it :grinning: + [Go]: https://go.dev [distribusi]: https://git.vvvvvvaria.org/varia/distribusi [Pillow]: https://pillow.readthedocs.io/en/stable/installation.html#external-libraries @@ -64,3 +66,4 @@ You'll need [Go] >= 1.11 installed. Run `go build .` to build a new `./distribus [report issues]: https://git.vvvvvvaria.org/decentral1se/distribusi-go/issues/new/choose [open a ticket]: https://git.vvvvvvaria.org/decentral1se/distribusi-go/issues/new/choose [here]: https://pkg.go.dev/path/filepath#Match +[this book]: https://www.gopl.io/