From 252c4d968d3dba3d2a369d8d6e95f4f3a8f10702 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Fri, 11 Mar 2022 15:12:45 -0500 Subject: [PATCH 1/2] docs: update a bit --- README.md | 41 +++++++++-------------------------------- 1 file changed, 9 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index aa2ab4e4ae..26503d77b1 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,11 @@ -Beaker Browser +Nomad Browser ====== -[![Backers on Open Collective](https://opencollective.com/beaker/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/beaker/sponsors/badge.svg)](#sponsors) -![logo.png](build/icons/256x256.png) +Nomad is a peer-to-peer Web browser. It adds new APIs for building hostless applications while remaining compatible with the rest of the Web. [Visit the website.](https://beakerbrowser.com/) -Beaker is an experimental peer-to-peer Web browser. It adds new APIs for building hostless applications while remaining compatible with the rest of the Web. [Visit the website.](https://beakerbrowser.com/) +Nomad is a fork of the [Beaker Browser](https://beakerbrowser.com/). -Please feel free to open usability issues. Join us at #beakerbrowser on Freenode. - -### Sponsors - -Sponsors support this project by contributing $100 a month or more. [Become a sponsor](https://opencollective.com/beaker#sponsor) - - - - - - - - - - - - -### Backers - -Backers support this project by contributing $2 to $99 a month. [Become a backer](https://opencollective.com/beaker#backer) - - +> 🏗️ Under construction ## Table of Contents @@ -54,11 +32,11 @@ Backers support this project by contributing $2 to $99 a month. [Become a backer ### Binaries -**Visit the [Releases Page](https://github.com/beakerbrowser/beaker/releases) to find the installer you need.** +**Visit the [Releases Page](https://github.com/knownasilya/nomad/releases) to find the installer you need.** ### Building from source -Requires node 12 or higher. +Requires node 14 or higher. In Linux (and in some cases macOS) you need libtool, m4, autoconf, and automake: @@ -80,10 +58,9 @@ npm install -g gulp To build: ```bash -git clone https://github.com/beakerbrowser/beaker.git -cd beaker/scripts -npm install # don't worry about v8 api errors building native modules - rebuild will fix -npm run rebuild # needed after each install. see https://github.com/electron/electron/issues/5851 +git clone https://github.com/knownasilya/nomad.git +cd nomad/scripts +npm install npm start ``` From 063c4c17de728f9732fa5a41979e582ea8870830 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Fri, 11 Mar 2022 15:13:18 -0500 Subject: [PATCH 2/2] docs: remove link to site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26503d77b1..3ac8215b2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Nomad Browser ====== -Nomad is a peer-to-peer Web browser. It adds new APIs for building hostless applications while remaining compatible with the rest of the Web. [Visit the website.](https://beakerbrowser.com/) +Nomad is a peer-to-peer Web browser. It adds new APIs for building hostless applications while remaining compatible with the rest of the Web. Nomad is a fork of the [Beaker Browser](https://beakerbrowser.com/).