Skip to content

Commit

Permalink
docs: add git-based install to readme
Browse files Browse the repository at this point in the history
Adds a sample sha to install with.
  • Loading branch information
rschmukler committed May 2, 2021
1 parent 01ba656 commit 5577bb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ npm install --save-dev postcss-cli tailwindcss autoprefixer cssnano
Add the clojure library to your project via your preferred method (either
shadow's own `deps` or in your `deps.edn` file).

```clj
{teknql/shadow-cljs-tailwind-jit
{:git/url "https://github.com/teknql/shadow-cljs-tailwind-jit.git"
:sha "01ba6566eb76b58b2caf47ef0ce683974f0dc942"}}
```

Next, add the required build hooks to your `shadow-cljs.edn` build configuration:


Expand Down

0 comments on commit 5577bb6

Please sign in to comment.