From 38310aa246a00fe5469f57b2364aa5e96b2f210f Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Thu, 18 Jul 2024 15:21:27 +0700 Subject: [PATCH] fix: refactor readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2c4f96b..e30e9ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # CLI for Just D This is a command line tool for D. You can see the documentation at [here](https://justd.co/docs/getting-started/installation). + +## Usage +You need to do this in your new project directory. And make sure you have installed Tailwind CSS and React. +```bash +npx just-cli@latest init +``` +After that, you can run the following command to start adding new components. +```bash +npx just-cli@latest add +``` + +## License +[MIT](https://github.com/irsyadadl/justd-cli/blob/main/LICENSE)