11 lines
281 B
Markdown
11 lines
281 B
Markdown
|
# Welcome to Crystal!
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
*Note: Currently, Crystal only supports Linux and OSX.*
|
||
|
|
||
|
Use one of the [installation guides](http://crystal-lang.org/docs/installation/index.html) for instructions on installing Crystal.
|
||
|
|
||
|
## Running Tests
|
||
|
`crystal spec hello_world_spec.cr`
|