Skip to content

Commit

Permalink
Better install solution
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Dec 13, 2024
1 parent 9c3e6b4 commit d2f6cea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ If you understand html, css and javascript you will understand sin. You're not l

#### Global install


```bash
npm install -g sin
source <(curl -fsSL install.sinjs.com)
```

```powershell
iex (irm install.sinjs.com)
```

#### Just import and go!
Expand Down

0 comments on commit d2f6cea

Please sign in to comment.