Make and Docker are required to run Reach on MacOS. It is expected that your Mac came pre-installed with make. Check this by executing the following command in your terminal:
$ make --version
If you see the version info, then your Mac is pre-installed else install it yourself.
Now go to: https://www.docker.com/get-started/ and install Docker on your Mac. Verify that Docker has been properly installed by executing:
$ docker-compose --version
The above command should return information on the version of Docker installed on your Mac.
Now create a new directory and move to that directory:
$ mkdir -p ~/reach && cd ~/reach
Finally, let us download Reach and start programming.
$ curl https://docs.reach.sh/reach -o reach ; chmod +x reach
$ ./reach version