From ee3d6566af3d7fd7054178c2b0deb042b3a706be Mon Sep 17 00:00:00 2001 From: Farhad Shahabi Date: Tue, 29 Jun 2021 16:15:45 -0400 Subject: [PATCH 1/6] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index af9863637b3..8ad5334b0eb 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,14 @@ Prebuilt EOSIO software packages are available for the operating systems below. brew tap eosio/eosio brew install eosio ``` +Note: On MacOS 10.15 (Catalina), there is a chance to face the error below which prevents successful installation of Eosio: +``` +Reinstalling 1 broken dependent from source: eosio/eosio/eosio +``` +The following Homebrew commands will resolve this issue: +```sh +brew cleanup eosio && brew link eosio +``` #### Mac OS X Brew Uninstall ```sh brew remove eosio From 9dbaf4a8b6b56927575a9e69fba42521cae5e539 Mon Sep 17 00:00:00 2001 From: Farhad Shahabi Date: Wed, 14 Jul 2021 16:59:39 -0400 Subject: [PATCH 2/6] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ad5334b0eb..b31df51355c 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,14 @@ Prebuilt EOSIO software packages are available for the operating systems below. brew tap eosio/eosio brew install eosio ``` -Note: On MacOS 10.15 (Catalina), there is a chance to face the error below which prevents successful installation of Eosio: +Note: On MacOS 10.15 (Catalina), there is a chance to face the linking error below which prevents successful installation of EOSIO: ``` -Reinstalling 1 broken dependent from source: eosio/eosio/eosio +Reinstalling 1 broken dependent from source: +eosio/eosio/eosio ``` The following Homebrew commands will resolve this issue: ```sh -brew cleanup eosio && brew link eosio +brew link eosio ``` #### Mac OS X Brew Uninstall ```sh From b599dfee7bf664a2e4b77223f4be63248c44cd9c Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 16 Jul 2021 09:52:29 +0900 Subject: [PATCH 3/6] broken-links Essential links that help newbies have been broken. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b31df51355c..6701dbf4a5e 100644 --- a/README.md +++ b/README.md @@ -130,13 +130,13 @@ To uninstall the EOSIO built/installed binaries and dependencies, run: ``` ## Documentation -1. [Nodeos](http://eosio.github.io/eos/latest/nodeos/) - - [Usage](http://eosio.github.io/eos/latest/nodeos/usage/index) - - [Replays](http://eosio.github.io/eos/latest/nodeos/replays/index) - - [Chain API Reference](http://eosio.github.io/eos/latest/nodeos/plugins/chain_api_plugin/api-reference/index) - - [Troubleshooting](http://eosio.github.io/eos/latest/nodeos/troubleshooting/index) -1. [Cleos](http://eosio.github.io/eos/latest/cleos/) -1. [Keosd](http://eosio.github.io/eos/latest/keosd/) +1. [Nodeos](https://developers.eos.io/manuals/eos/latest/nodeos/index) + - [Usage](https://developers.eos.io/manuals/eos/latest/nodeos/usage/index) + - [Replays](https://developers.eos.io/manuals/eos/latest/nodeos/replays/index) + - [Chain API Reference](https://developers.eos.io/manuals/eos/latest/nodeos/plugins/chain_api_plugin/api-reference/index) + - [Troubleshooting](https://developers.eos.io/manuals/eos/latest/nodeos/troubleshooting/index) +1. [Cleos](https://developers.eos.io/manuals/eos/latest/cleos/index) +1. [Keosd](https://developers.eos.io/manuals/eos/latest/keosd/index) ## Resources 1. [Website](https://eos.io) From 6bf13366ede348af3438f320411a6c57cc286553 Mon Sep 17 00:00:00 2001 From: Luis Paris Date: Mon, 19 Jul 2021 16:14:22 -0400 Subject: [PATCH 4/6] allow file or folder links in README file :doc --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6701dbf4a5e..bf060b94061 100644 --- a/README.md +++ b/README.md @@ -130,13 +130,13 @@ To uninstall the EOSIO built/installed binaries and dependencies, run: ``` ## Documentation -1. [Nodeos](https://developers.eos.io/manuals/eos/latest/nodeos/index) - - [Usage](https://developers.eos.io/manuals/eos/latest/nodeos/usage/index) - - [Replays](https://developers.eos.io/manuals/eos/latest/nodeos/replays/index) - - [Chain API Reference](https://developers.eos.io/manuals/eos/latest/nodeos/plugins/chain_api_plugin/api-reference/index) - - [Troubleshooting](https://developers.eos.io/manuals/eos/latest/nodeos/troubleshooting/index) -1. [Cleos](https://developers.eos.io/manuals/eos/latest/cleos/index) -1. [Keosd](https://developers.eos.io/manuals/eos/latest/keosd/index) +1. [Nodeos](https://developers.eos.io/manuals/eos/latest/nodeos) + - [Usage](https://developers.eos.io/manuals/eos/latest/nodeos/usage) + - [Replays](https://developers.eos.io/manuals/eos/latest/nodeos/replays) + - [Chain API Reference](https://developers.eos.io/manuals/eos/latest/nodeos/plugins/chain_api_plugin/api-reference) + - [Troubleshooting](https://developers.eos.io/manuals/eos/latest/nodeos/troubleshooting) +1. [Cleos](https://developers.eos.io/manuals/eos/latest/cleos) +1. [Keosd](https://developers.eos.io/manuals/eos/latest/keosd) ## Resources 1. [Website](https://eos.io) From bb2dfed85318a5f7fa5fcd0cb822e539d35a3966 Mon Sep 17 00:00:00 2001 From: Luis Paris Date: Mon, 19 Jul 2021 16:19:09 -0400 Subject: [PATCH 5/6] fix links in software install section of README :doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf060b94061..b25ff2f8e91 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ EOSIO currently supports the following operating systems: ## Software Installation -If you are new to EOSIO, it is recommended that you install the [EOSIO Prebuilt Binaries](#prebuilt-binaries), then proceed to the [Getting Started](https://developers.eos.io/eosio-home/docs) walkthrough. If you are an advanced developer, a block producer, or no binaries are available for your platform, you may need to [Build EOSIO from source](https://eosio.github.io/eos/latest/install/build-from-source). +If you are new to EOSIO, it is recommended that you install the [EOSIO Prebuilt Binaries](#prebuilt-binaries), then proceed to the [Getting Started Guide](https://developers.eos.io/welcome/latest/getting-started-guide). If you are an advanced developer, a block producer, or no binaries are available for your platform, you may need to [Build EOSIO from source](https://developers.eos.io/manuals/eos/latest/install/build-from-source). --- From fb2d4c620589d9b48ce7c96f9dd56cde038c0f55 Mon Sep 17 00:00:00 2001 From: Luis Paris Date: Mon, 19 Jul 2021 16:23:48 -0400 Subject: [PATCH 6/6] fix link in getting started section of README :doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b25ff2f8e91..9d41d03dd56 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ To uninstall the EOSIO built/installed binaries and dependencies, run: 1. [Roadmap](https://github.com/EOSIO/Documentation/blob/master/Roadmap.md) ## Getting Started -Instructions detailing the process of getting the software, building it, running a simple test network that produces blocks, account creation and uploading a sample contract to the blockchain can be found in the [Getting Started](https://developers.eos.io/welcome/v2.1/getting-started-guide) walkthrough. +Instructions detailing the process of getting the software, building it, running a simple test network that produces blocks, account creation and uploading a sample contract to the blockchain can be found in the [Getting Started Guide](https://developers.eos.io/welcome/latest/getting-started-guide). ## Contributing