Update README

This commit is contained in:
0x1eef 2024-04-05 15:25:22 -03:00
parent 47170706e3
commit 28e5c37cb1

View file

@ -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