Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes authored Jun 27, 2024
1 parent cfd4755 commit caf61c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ The UI framework and design language made by SurfScape.

## Installation

Currently SurfKit is not available to be installed or used in production.
Currently SurfKit is available as an NPM package. It's installation is as follow:

npm: ```npm i surfkit```

bun: ```bun i surfkit```

You can also add it directly to your project like this:

npm: ```npm add surfkit```

bun: ```bun add surfkit```

0 comments on commit caf61c6

Please sign in to comment.