From 6c2c86ee5f39e9b7ca099c917fa7329096b2379f Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:10:34 +0200 Subject: [PATCH] Add instructions to install --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efec74..c81427b 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# dbtc \ No newline at end of file +# 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` \ No newline at end of file