Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nishanthvijayan committed Mar 31, 2019
2 parents 8546e7e + 6571892 commit 9af0ba6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ Currently shows updates from Codechef , HackerEarth , Hackerrank, Topcoder and C
## Download
Coder's Calendar is available for download at:
- [Chrome Extension](https://chrome.google.com/webstore/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll).

### FIREFOX
If you're a Firefox user, you can download Coder Calendar's latest Firefox release zip file from [here](https://github.com/nishanthvijayan/CoderCalendar-Extensions/releases/latest). To install it, follow these instuctions:


1. Open `about:debugging` in a new tab
2. Select `Load Temporary Add-on` option
3. Select any file from the extracted release zip file you downloaded

## Building locally
To install the dependencies, run
```
Expand All @@ -24,14 +33,14 @@ npm run build
This will compile the react code inside `app/` to `build/chrome` & `build/firefox` respectievely.

### Installing in Chrome
1. Navigate to chrome://extensions
1. Open `chrome://extensions` in a new tab
2. Select `Load unpacked extensions`
3. Load the `build/chrome` folder


### Installing in Firefox
1. Navigate to about:debugging
2. Select `Load Temporary Add-on`
1. Open `about:debugging` in a new tab
2. Select `Load Temporary Add-on` option
3. Select any file from the `build/firefox` folder

## To-Do
Expand Down

0 comments on commit 9af0ba6

Please sign in to comment.