diff --git a/README.zh-Hans.md b/README.zh-Hans.md index a7213d7..ebe6719 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -60,3 +60,10 @@ - 网页矢量长截屏,允许通过mermaid等设计矢量图案。 - 可用网页设计代替Adobe Illustrator平面设计。 - 完全开源,共同探索浏览新技术。 +- nodejs 下安装: + + npm install ebrowser + +- nodejs 下运行: + + electron ~/node_modules/ebrowser \ No newline at end of file diff --git a/README.zh.md b/README.zh.md index a7213d7..ebe6719 100644 --- a/README.zh.md +++ b/README.zh.md @@ -60,3 +60,10 @@ - 网页矢量长截屏,允许通过mermaid等设计矢量图案。 - 可用网页设计代替Adobe Illustrator平面设计。 - 完全开源,共同探索浏览新技术。 +- nodejs 下安装: + + npm install ebrowser + +- nodejs 下运行: + + electron ~/node_modules/ebrowser \ No newline at end of file diff --git a/en/ebrowserreadme/index.html b/en/ebrowserreadme/index.html index f958e32..d27d3b8 100644 --- a/en/ebrowserreadme/index.html +++ b/en/ebrowserreadme/index.html @@ -51,7 +51,6 @@
  • keyboard friendly with vim-style keymaps and command line support in address bar.
  • global redirection to bypass censorship.
  • user scripts at will. Ex. pressing "md" in no-focus mode to preview markdown file.
  • -
  • CSS/JS for domains, similar to uweb, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.
  • customizable.
  • Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.

    @@ -150,7 +149,7 @@ npm install ebrowser

    Javascript at three levels