Skip to content

Commit

Permalink
Docs: Add supported operating system section (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed May 23, 2023
1 parent bd76587 commit 7eba2e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 7eba2e9

Please sign in to comment.