From c8ac2fff2fb5626e6a63c28bfcd270f893a487b6 Mon Sep 17 00:00:00 2001 From: Bruno Silva Date: Tue, 3 Dec 2024 16:55:41 -0300 Subject: [PATCH] docs: improve getting started section --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f246e62..3e664e1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,13 @@ The project is organized into the following directories: ## 🚀 Getting Started -To get started with the `react-ambilight` component in your React project, please refer to the [package README](./packages/react-ambilight/README.md) for detailed installation and usage instructions. +To get started with the `react-ambilight` component, you can install it via npm using the following command: + +```bash +npm install react-ambilight +``` + +Please refer to the [package README](./packages/react-ambilight/README.md) for detailed installation and usage instructions. ## 📄 License