Skip to content

Commit

Permalink
Add instructions to install
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Jul 25, 2022
1 parent 29f50ff commit 6c2c86e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# dbtc
# This is a Work In Progress project!

## How to use the extension
- Check Node.js and npm requirements from https://developers.raycast.com/basics/getting-started
- Clone the repo locally
- Go into the new folder and execute `npm install && npm run dev`. Raycast should open with and show you the new extension. The extension will continue to work even after killing the process run by `npm`
- In the future, to update the extension, pull from origin/main and re-run `npm install && npm run dev`

0 comments on commit 6c2c86e

Please sign in to comment.