Skip to content

Commit

Permalink
chore: add install
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBushtree committed Jan 17, 2023
1 parent 07d1edb commit 0cd5fd2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@ Sometimes we save information at cache [Local Storage, Session Storage, Cookie],

## definition

In this project, **cache** means [Local Storage, Session Storage, Cookie].
In this project, **cache** means [Local Storage, Session Storage, Cookie]

## install

1. download [zip file](https://github.com/FireBushtree/cache-bearer/releases/tag/v0.0.1)

2. install by source (follow the next steps)
* use node version >= 17
* clone this repo `git clone [email protected]:FireBushtree/cache-bearer.git`
* install dependence `yarn`
* use `yarn run build` & get **dist** folder

3. open **Chrome** and type url `chrome://extensions`, click button **Load the unzipped extension**,


## feature

Expand Down

0 comments on commit 0cd5fd2

Please sign in to comment.