mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Sync with master branch
This commit is contained in:
parent
a39cae40dc
commit
67945c14d3
1 changed files with 4 additions and 2 deletions
6
index.md
6
index.md
|
@ -28,13 +28,15 @@ Cyclone Scheme is a brand-new compiler that allows real-world application develo
|
||||||
- Support for Linux, Windows, FreeBSD, and Mac platforms.
|
- Support for Linux, Windows, FreeBSD, and Mac platforms.
|
||||||
- Known to run on x86-64, x86, and Arm (Raspberry Pi) architectures.
|
- Known to run on x86-64, x86, and Arm (Raspberry Pi) architectures.
|
||||||
|
|
||||||
# Try Cyclone in your Browser
|
# Try in your Browser
|
||||||
|
|
||||||
You can [try the Cyclone interpreter](https://cyclone-scheme.netlify.app/terminal.html) right in your browser. No installation required.
|
You can [try the Cyclone interpreter](https://cyclone-scheme.netlify.app/terminal.html) right in your browser. No installation required.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
There are several options available for installing Cyclone:
|
For the full user experience - compiling files, installing packages, running native code, etc - it is necessary to install a copy of Cyclone.
|
||||||
|
|
||||||
|
There are several installation options available:
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||

|

|
||||||
|
|
Loading…
Add table
Reference in a new issue