From bdf8a4ad5d55f153d270eb888e3391c0297dd000 Mon Sep 17 00:00:00 2001 From: Jariel Que Date: Wed, 3 Aug 2022 18:16:03 +0800 Subject: [PATCH] docs: update readme --- docs/README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2f93b64..780cd69 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,12 +26,20 @@ you can install this extension via the chrome web store (old version) or manually. ### chrome web store installation - -> ⚡ Chrome extension update is currently pending approval! - -### manual/source installation +### precompiled installation (.crx) +1. grab the latest release [here](https://github.com/fuwaa/pint/releases) +2. open it using chrome + +### precompiled installation (.zip) +1. grab the latest release [here](https://github.com/fuwaa/pint/releases) +2. unzip into a directory +3. turn on developer mode +4. load unpacked extension +5. load the build folder + +### source installation 1. clone this repository 2. run `yarn build`