mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Update README.md
This commit is contained in:
parent
3420bde59b
commit
e6d6c427f3
1 changed files with 13 additions and 9 deletions
16
README.md
16
README.md
|
@ -26,11 +26,15 @@ Features
|
||||||
Getting Started
|
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:
|
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.
|
- If Homebrew is not already installed: follow the instructions at https://brew.sh/ to install the homebrew package manager.
|
||||||
- brew tap adamfeuer/cyclone
|
- brew tap adamfeuer/cyclone
|
||||||
- brew install adamfeuer/cyclone/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:
|
2. After installing you can run the `cyclone` command to compile a single Scheme file:
|
||||||
|
|
||||||
$ cyclone examples/fac.scm
|
$ cyclone examples/fac.scm
|
||||||
|
@ -45,13 +49,13 @@ Getting Started
|
||||||
@@@
|
@@@
|
||||||
@@@@:
|
@@@@:
|
||||||
`@@@@@+
|
`@@@@@+
|
||||||
.@@@+@@@ Cyclone
|
.@@@+@@@
|
||||||
@@ @@ An experimental Scheme compiler
|
@@ @@ Cyclone Scheme->C compiler
|
||||||
,@ https://github.com/justinethier/cyclone
|
,@ http://justinethier.github.io/cyclone/
|
||||||
'@
|
'@
|
||||||
.@
|
.@
|
||||||
@@ #@ (c) 2014 Justin Ethier
|
@@ #@ (c) 2014-2019 Justin Ethier
|
||||||
`@@@#@@@. Version 0.0.1 (Pre-release)
|
`@@@#@@@. Version 0.11
|
||||||
#@@@@@
|
#@@@@@
|
||||||
+@@@+
|
+@@@+
|
||||||
@@#
|
@@#
|
||||||
|
|
Loading…
Add table
Reference in a new issue