From 4bf78fc6905883c6f5a931a6b85ccbf707c707f3 Mon Sep 17 00:00:00 2001 From: Adam Feuer Date: Tue, 16 Apr 2019 15:30:31 -0700 Subject: [PATCH 1/3] added instructions to install via homebrew for Mac --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e7758ee..6bd4cde3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,10 @@ Features Getting Started --------------- -1. To install Cyclone on your machine for the first time use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. Instructions are provided for Linux, Mac, and Windows (via MSYS). +1. To install Cyclone on your machine for the first time on Linux and Windows, and for Mac users wanting to install without using Homebrew, use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. Instructions are provided for Linux, Mac, and Windows (via MSYS). Mac users wanting to use Homebrew can do the following: + - If Homebrew is not already installed: follow the instructions at https://brew.sh/ to install the homebrew package manager. + - brew tap adamfeuer/cyclone + - brew install adamfeuer/cyclone/cyclone 2. After installing you can run the `cyclone` command to compile a single Scheme file: From e6d6c427f39cd54d8d2158d9b0dde4d1aea74c01 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 16 Apr 2019 21:31:52 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6bd4cde3..18f832c8 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,14 @@ Features Getting Started --------------- -1. To install Cyclone on your machine for the first time on Linux and Windows, and for Mac users wanting to install without using Homebrew, use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. Instructions are provided for Linux, Mac, and Windows (via MSYS). Mac users wanting to use Homebrew can do the following: - - If Homebrew is not already installed: follow the instructions at https://brew.sh/ to install the homebrew package manager. - - brew tap adamfeuer/cyclone - - brew install adamfeuer/cyclone/cyclone +1. To install Cyclone on your machine for the first time on Linux and Windows, and for Mac users wanting to install without using Homebrew, use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. Instructions are provided for Linux, Mac, and Windows (via MSYS). + + Mac users wanting to use Homebrew can do the following: + - If Homebrew is not already installed: follow the instructions at https://brew.sh/ to install the homebrew package manager. + - brew tap adamfeuer/cyclone + - brew install adamfeuer/cyclone/cyclone + + Arch Linux users can install using the AUR: https://aur.archlinux.org/packages/cyclone-scheme/ 2. After installing you can run the `cyclone` command to compile a single Scheme file: @@ -45,13 +49,13 @@ Getting Started @@@ @@@@: `@@@@@+ - .@@@+@@@ Cyclone - @@ @@ An experimental Scheme compiler - ,@ https://github.com/justinethier/cyclone + .@@@+@@@ + @@ @@ Cyclone Scheme->C compiler + ,@ http://justinethier.github.io/cyclone/ '@ .@ - @@ #@ (c) 2014 Justin Ethier - `@@@#@@@. Version 0.0.1 (Pre-release) + @@ #@ (c) 2014-2019 Justin Ethier + `@@@#@@@. Version 0.11 #@@@@@ +@@@+ @@# From d8d369a2052b485a9d50680ff9968b6d983c3b08 Mon Sep 17 00:00:00 2001 From: Adam Feuer Date: Wed, 17 Apr 2019 09:09:05 -0700 Subject: [PATCH 3/3] updated Mac install instructions - for new homebrew-cyclone repo location in cyclone-scheme org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18f832c8..80c40cd3 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Getting Started Mac users wanting to use Homebrew can do the following: - If Homebrew is not already installed: follow the instructions at https://brew.sh/ to install the homebrew package manager. - - brew tap adamfeuer/cyclone - - brew install adamfeuer/cyclone/cyclone + - brew tap cyclone-scheme/cyclone + - brew install cyclone-scheme/cyclone/cyclone Arch Linux users can install using the AUR: https://aur.archlinux.org/packages/cyclone-scheme/