Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

adding url for yarn and the command to install the dependencies #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Raindrop.io Browser Extension
###Install dependencies
Highly recommend to user `yarn` to install dependencies, it prevent any inconsistencies!
Highly recommend to use [`yarn`](https://yarnpkg.com) to install dependencies, it prevents any inconsistencies!

Use `yarn install` to install the dependencies.


###Build for Chrome
`npm run build-chrome`
Expand All @@ -11,4 +14,4 @@ Highly recommend to user `yarn` to install dependencies, it prevent any inconsis
###Build for Opera
`npm run build-opera`

###Need help with Edge!
###Need help with Edge!