From 70245bd38b1dfe9a4b1080d6257b3859d7564b2a Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Sat, 26 Aug 2023 20:24:19 +0200 Subject: [PATCH] Point to wails doctor documentation --- docs/development/advanced-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/advanced-build.md b/docs/development/advanced-build.md index 03b070c..987561a 100644 --- a/docs/development/advanced-build.md +++ b/docs/development/advanced-build.md @@ -10,7 +10,7 @@ If you just want to install Rolens, please refer to the [installation document]( Rolens is written in Go, so you should download the Go compiler from [the download page](https://go.dev/dl/). The minimum version required is 1.18. You can confirm whether it's installed correctly by running `go version` and checking that it outputs something similar to `go1.18.2`. -Furthermore, you need to have [Wails ^3.1](https://wails.io/docs/gettingstarted/installation) installed: `go install github.com/wailsapp/wails/v2/cmd/wails@latest`. Wails may have platform-specific dependencies; you can consult `wails doctor` to find out what dependencies Wails needs and how to install them. +Furthermore, you need to have [Wails ^3.1](https://wails.io/docs/gettingstarted/installation) installed: `go install github.com/wailsapp/wails/v2/cmd/wails@latest`. Wails may have platform-specific dependencies; you can consult [`wails doctor`](https://wails.io/docs/reference/cli#doctor) to find out what dependencies Wails needs and how to install them. In order to compile the frontend, [Node.js](https://nodejs.org/en/download) ^16.0 and the [npm](https://npmjs.com) package manager ^8.0 (included in Node.js) are required. To confirm the installed versions of those tools, execute `node -v` and `npm -v`.