From 11570c98322365e5b5301169a7476a1541939cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Sun, 30 Oct 2022 14:20:57 +0100 Subject: [PATCH] Add installation instructions --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b27eb7..8cd440f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,23 @@ ## Goal -The main goal of this package is to provide a clean & simple usage of common components in bitinflow brand. +The main goal of this package is to provide a clean & simple usage of common components in bitinflow brand. + +## Installation using GitHub + +Since this package is not released on npm (yet), we need to add `@bitinflow/ui` as dependency to our `package.json` +file manually: + +``` +"@bitinflow/ui": "github:bitinflow/ui#main", +``` + +Install/Update the dependency: + +```bash +npm install @bitinflow/ui +``` + ## Example Skeleton