Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 11d35f0

Browse files
authored
Merge pull request #10546 from EOSIO/docs/devrel-1591-1592-master
[hotfix] Add MacOS install addendum and fix links in README
2 parents 26a4d28 + fb2d4c6 commit 11d35f0

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

+18-9
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EOSIO currently supports the following operating systems:
5050

5151
## Software Installation
5252

53-
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).
53+
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).
5454

5555
---
5656

@@ -69,6 +69,15 @@ Prebuilt EOSIO software packages are available for the operating systems below.
6969
brew tap eosio/eosio
7070
brew install eosio
7171
```
72+
Note: On MacOS 10.15 (Catalina), there is a chance to face the linking error below which prevents successful installation of EOSIO:
73+
```
74+
Reinstalling 1 broken dependent from source:
75+
eosio/eosio/eosio
76+
```
77+
The following Homebrew commands will resolve this issue:
78+
```sh
79+
brew link eosio
80+
```
7281
#### Mac OS X Brew Uninstall
7382
```sh
7483
brew remove eosio
@@ -121,13 +130,13 @@ To uninstall the EOSIO built/installed binaries and dependencies, run:
121130
```
122131

123132
## Documentation
124-
1. [Nodeos](http://eosio.github.io/eos/latest/nodeos/)
125-
- [Usage](http://eosio.github.io/eos/latest/nodeos/usage/index)
126-
- [Replays](http://eosio.github.io/eos/latest/nodeos/replays/index)
127-
- [Chain API Reference](http://eosio.github.io/eos/latest/nodeos/plugins/chain_api_plugin/api-reference/index)
128-
- [Troubleshooting](http://eosio.github.io/eos/latest/nodeos/troubleshooting/index)
129-
1. [Cleos](http://eosio.github.io/eos/latest/cleos/)
130-
1. [Keosd](http://eosio.github.io/eos/latest/keosd/)
133+
1. [Nodeos](https://developers.eos.io/manuals/eos/latest/nodeos)
134+
- [Usage](https://developers.eos.io/manuals/eos/latest/nodeos/usage)
135+
- [Replays](https://developers.eos.io/manuals/eos/latest/nodeos/replays)
136+
- [Chain API Reference](https://developers.eos.io/manuals/eos/latest/nodeos/plugins/chain_api_plugin/api-reference)
137+
- [Troubleshooting](https://developers.eos.io/manuals/eos/latest/nodeos/troubleshooting)
138+
1. [Cleos](https://developers.eos.io/manuals/eos/latest/cleos)
139+
1. [Keosd](https://developers.eos.io/manuals/eos/latest/keosd)
131140

132141
## Resources
133142
1. [Website](https://eos.io)
@@ -140,7 +149,7 @@ To uninstall the EOSIO built/installed binaries and dependencies, run:
140149
1. [Roadmap](https://github.com/EOSIO/Documentation/blob/master/Roadmap.md)
141150

142151
## Getting Started
143-
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.
152+
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).
144153

145154
## Contributing
146155

0 commit comments

Comments
 (0)