From dcc02baae789edd7b4d9d7f2bd42a3002baa84c6 Mon Sep 17 00:00:00 2001 From: Guillaume Chx Date: Mon, 30 May 2022 10:22:55 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 26fe589f..419124d3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Seamless integration between [Rollup](https://github.com/rollup/rollup) and [Pos ## Install +```bash +npm install postcss rollup-plugin-postcss --dev +``` + +or + ```bash yarn add postcss rollup-plugin-postcss --dev ```