From 4502b3a16a868f1489eb277c753f9243b8ba3b63 Mon Sep 17 00:00:00 2001 From: Vinicius Reif Biavatti Date: Thu, 31 Dec 2020 18:39:47 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 789508a..7db0e2f 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,12 @@ TuiCss is a library focused to create web applications using an interface based +### Getting Started +To start to use the TuiCss in your project, you can just download the repository content and import the files that are in the dist folder with the html directives. On the other hand, you can install the package with NPM using the following command: + +```bash +$ npm install tuicss +``` + ### Documentation Check the [repository wiki](https://github.com/vinibiavatti1/TuiCss/wiki) to access the documentation, components index, examples, styles, or to know how to contribute for this project.