diff --git a/Desktop/README.md b/Desktop/README.md index 5ea3a32..7518734 100644 --- a/Desktop/README.md +++ b/Desktop/README.md @@ -1,11 +1,11 @@ # Development {% if styling == "Tailwind" %} 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 +2. Install the tailwind css cli: https://v3.tailwindcss.com/docs/installation 3. 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 +npx tailwindcss@v3 -i ./input.css -o ./assets/tailwind.css --watch ``` {% endif %} Run the following command in the root of the project to start the Dioxus dev server: diff --git a/Fullstack/README.md b/Fullstack/README.md index 4a446e5..0a61256 100644 --- a/Fullstack/README.md +++ b/Fullstack/README.md @@ -1,10 +1,10 @@ {% if styling == "Tailwind" %} 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 +2. Install the tailwind css cli: https://v3.tailwindcss.com/docs/installation 3. 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 +npx tailwindcss@v3 -i ./input.css -o ./assets/tailwind.css --watch ``` {% endif %} diff --git a/Web/README.md b/Web/README.md index 80f7529..9b49209 100644 --- a/Web/README.md +++ b/Web/README.md @@ -1,11 +1,11 @@ # Development {% if styling == "Tailwind" %} 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 +2. Install the tailwind css cli: https://v3.tailwindcss.com/docs/installation 3. 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 +npx tailwindcss@v3 -i ./input.css -o ./assets/tailwind.css --watch ``` {% endif %} Run the following command in the root of the project to start the Dioxus dev server: