Update README
This commit is contained in:
parent
47170706e3
commit
28e5c37cb1
1 changed files with 6 additions and 3 deletions
|
@ -18,13 +18,16 @@ to your browser.
|
|||
git clone https://github.com/0x1eef/myip.wtf
|
||||
cd myip.wtf
|
||||
npm i
|
||||
npm run build
|
||||
# production build (recommended)
|
||||
npm run build:production
|
||||
# development build
|
||||
npm run build:development
|
||||
|
||||
* Load the extension
|
||||
* Visit `chrome://extensions`.
|
||||
* Check `Developer mode` (top right hand corner).
|
||||
* Click `Load unpacked extension`.
|
||||
* Choose the `build/` directory from the file dialog.
|
||||
* Choose the `build/production/` directory from the file dialog.
|
||||
* Done.
|
||||
|
||||
## Sources
|
||||
|
|
Loading…
Reference in a new issue