diff --git a/README.zh-Hans.md b/README.zh-Hans.md index ebe67191..a7213d7d 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -60,10 +60,3 @@ - 网页矢量长截屏,允许通过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 ebe67191..a7213d7d 100644 --- a/README.zh.md +++ b/README.zh.md @@ -60,10 +60,3 @@ - 网页矢量长截屏,允许通过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 d27d3b84..f958e326 100644 --- a/en/ebrowserreadme/index.html +++ b/en/ebrowserreadme/index.html @@ -51,6 +51,7 @@
  • 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.

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

    Javascript at three levels