Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketmo committed Nov 27, 2023
1 parent f2ee934 commit 5cfd44f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,37 @@ A chrome extension to help facilitate standup meetings in Jira.

## Installation

### By Command Line

1. Clone this repo.
2. Run `npm install && npm run build`
3. Open `chrome://extensions/` in Chrome.
4. Enable developer mode.
5. Click on the "Load unpacked" button.
6. Select the folder where this repo was cloned to.

### By Download

1. Go to the [Releases](https://github.com/rocketmo/standup/releases) page.
2. Find the latest release and download the `build.zip` file.
3. Unzip that file.
4. Open `chrome://extensions/` in Chrome.
5. Enable developer mode.
6. Click on the "Load unpacked" button.
6. Select the folder that was unzipped.

## Updating the extension

### By Command Line

1. Run `git checkout main && git pull && rm -rf node_modules && npm install && npm run build`
2. Running the above command should be sufficient, but if that does not work, try opening
`chrome://extensions/` in Chrome, and reloading the extension.

### By Download

1. Go to the [Releases](https://github.com/rocketmo/standup/releases) page.
2. Find the latest release and download the `build.zip` file.
3. Unzip that file and use the resulting folder to replace your existing `standup` folder.
4. Following the above steps should be sufficient, but if that does not work, try opening
`chrome://extensions/` in Chrome, and reloading the extension.

0 comments on commit 5cfd44f

Please sign in to comment.