diff --git a/ebrowser.md b/ebrowser.md index 7d43624..2d215e8 100644 --- a/ebrowser.md +++ b/ebrowser.md @@ -25,6 +25,13 @@ Run ebrowser Later on, you can run "npm install electron" to update electron/chromium or "npm install ebrowser" to update ebrowser independently. +##### Update app quickly without updating chromium +Pressing "Alt" to show the menu bar and choose "Check for updates" under "Help". OR + +Type ":update" in the address bar and press "enter" key to update. + +Mirror urls could be used like ":update https://uwebzh.netlify.app/misc/ebrowser". All the mirrors listed in [uweb browser](https://uwebzh.netlify.app/en/readme/index.html) could be used. The update url needs to be changed accordingly to to be the folder "misc/ebrowser" under the mirror site root url. + #### Key shortcuts - F1: Help - CTRL+C: stop loading diff --git a/en/ebrowserreadme/index.html b/en/ebrowserreadme/index.html index ce9e4ae..8124bdc 100644 --- a/en/ebrowserreadme/index.html +++ b/en/ebrowserreadme/index.html @@ -65,6 +65,10 @@ npm install ebrowser
electron ~/node_modules/ebrowser
 

Later on, you can run "npm install electron" to update electron/chromium or "npm install ebrowser" to update ebrowser independently.

+
Update app quickly without updating chromium
+

Pressing "Alt" to show the menu bar and choose "Check for updates" under "Help". OR

+

Type ":update" in the address bar and press "enter" key to update.

+

Mirror urls could be used like ":update https://uwebzh.netlify.app/misc/ebrowser". All the mirrors listed in uweb browser could be used. The update url needs to be changed accordingly to to be the folder "misc/ebrowser" under the mirror site root url.

Key shortcuts