From 24f0f5288ed0cc2eff2ddbe7a02e75681773c42a Mon Sep 17 00:00:00 2001 From: hardliner66 Date: Thu, 3 Oct 2024 20:45:45 +0200 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 736b911..6d10d14 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Development -1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm -2. Install the tailwind css cli: https://tailwindcss.com/docs/installation -3. Run the following command in the root of the project to start the tailwind CSS compiler: +1. Install dioxus cli: `cargo install dioxus-cli --version 0.5.4` +2. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm +3. Install the tailwind css cli: https://tailwindcss.com/docs/installation +4. Run the following command in the root of the project to start the tailwind CSS compiler: ```bash npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch