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)