Skip to content

Commit

Permalink
npx degit replaces git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
alesvaupotic committed Mar 27, 2021
1 parent ce2090f commit bf5dfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This is highly experimental template as neither Svelte Kit nor TailwindCSS JIT a
# Installation

```
git clone https://github.com/reepolee/svelte-kit-tailwind-jit.git
cd svelte-kit-tailwind-jit
npx degit reepolee/svelte-kit-tailwind-jit#main YOUR-APP-NAME
cd YOUR-APP-NAME
npm i
npm run dev -- --open
```
Expand Down

0 comments on commit bf5dfad

Please sign in to comment.