From fd1f74959927dc094b75c46ab9a58adc9ae6fc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Thu, 20 Feb 2020 16:09:50 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 90cb9b9..3f45138 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ [![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/n1try) ## Prerequisites +### Server * Go >= 1.13 (with `$GOPATH` properly set) * A MySQL database +### Client +* [WakaTime plugin](https://wakatime.com/plugins) for your editor / IDE + ## Usage * Create an empty MySQL database * Get code: `go get github.com/n1try/wakapi`