From 7eba2e9a8865dd1dceb21b47125dc4553a9cc79c Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Tue, 23 May 2023 14:27:19 +0200 Subject: [PATCH] Docs: Add supported operating system section (#255) --- docusaurus/docs/getting-started.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docusaurus/docs/getting-started.mdx b/docusaurus/docs/getting-started.mdx index 5952fbb6e..24da32ad8 100644 --- a/docusaurus/docs/getting-started.mdx +++ b/docusaurus/docs/getting-started.mdx @@ -39,6 +39,13 @@ Plugins previously scaffolded with `@grafana/toolkit` can be migrated. Please se - Optionally [Yarn 1](https://classic.yarnpkg.com/lang/en/docs/install) or [PNPM](https://pnpm.io/installation) - [Docker](https://docs.docker.com/get-docker/) +### Supported Operating Systems +Create Plugin currently supports the following operating systems: + +- Linux +- macOS +- Windows 10+ with WSL (Windows Subsystem for Linux) + ### Choosing a package manager Starting from v1.3 of Create Plugin when you create a new plugin, the CLI will use `npm`, `pnpm` or `yarn` depending on which tool you use to run `@grafana/create-plugin`.