diff options
Diffstat (limited to 'client/README.md')
-rw-r--r-- | client/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/README.md b/client/README.md index 425d5163ea35..04804ad94fac 100644 --- a/client/README.md +++ b/client/README.md @@ -11,6 +11,7 @@ in which you can develop: ```shell $ nix-shell +$ npx tailwindcss build index.css -o output.css $ elm-live -- src/Main.elm --output=Main.min.js ``` |