Commit 4dc5ac85 by Uchechukwu Obasi Committed by GitHub

Docs: updated developer guide (#29978)

* Docs: updated developer guide

* Fix: made heading uppercase

* small nit fix
parent 5cd41adc
...@@ -25,6 +25,10 @@ brew install node@14 ...@@ -25,6 +25,10 @@ brew install node@14
npm install -g yarn npm install -g yarn
``` ```
### Windows
If you are running Grafana on Windows 10, we recommend installing the Windows Subsystem for Linux (WSL). For installation instructions, refer to the [Microsoft WSL Installation Guide](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
## Download Grafana ## Download Grafana
We recommend using the Git command-line interface to download the source code for the Grafana project: We recommend using the Git command-line interface to download the source code for the Grafana project:
...@@ -102,6 +106,7 @@ go test -v ./pkg/... ...@@ -102,6 +106,7 @@ go test -v ./pkg/...
``` ```
#### On Windows #### On Windows
Running the backend tests on Windows currently needs some tweaking, so use the build.go script: Running the backend tests on Windows currently needs some tweaking, so use the build.go script:
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment