Skip to content

Commit 0cd5fd2

Browse files
committed
chore: add install
1 parent 07d1edb commit 0cd5fd2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@ Sometimes we save information at cache [Local Storage, Session Storage, Cookie],
77

88
## definition
99

10-
In this project, **cache** means [Local Storage, Session Storage, Cookie].
10+
In this project, **cache** means [Local Storage, Session Storage, Cookie]
11+
12+
## install
13+
14+
1. download [zip file](https://github.com/FireBushtree/cache-bearer/releases/tag/v0.0.1)
15+
16+
2. install by source (follow the next steps)
17+
* use node version >= 17
18+
* clone this repo `git clone git@github.com:FireBushtree/cache-bearer.git`
19+
* install dependence `yarn`
20+
* use `yarn run build` & get **dist** folder
21+
22+
3. open **Chrome** and type url `chrome://extensions`, click button **Load the unzipped extension**,
23+
1124

1225
## feature
1326

0 commit comments

Comments
 (0)