From e812787d3146bb9a1998880aa7b8e722506a0208 Mon Sep 17 00:00:00 2001 From: kodeFant Date: Fri, 6 Oct 2023 22:01:55 +0200 Subject: [PATCH] use direnv reload --- Guide/tailwindcss.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide/tailwindcss.markdown b/Guide/tailwindcss.markdown index 80a664418..62ce36780 100644 --- a/Guide/tailwindcss.markdown +++ b/Guide/tailwindcss.markdown @@ -38,7 +38,7 @@ packages = with pkgs; [ Rebuild your development environment to fetch the added package: ```bash -direnv allow +direnv reload ``` After that, you should be able to verify that `tailwindcss` CLI is available in your project directory by executing it from your shell.