From c3526df51f4f236275a8bbf83091b1e30ce729b1 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 25 Jun 2016 08:04:29 +0900 Subject: [PATCH] Crystal 0.18.4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 081f740..f07f9e6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This project is a toy box for my dynamic language ideas. ## Installation 1. Install `crystal` command ([instruction](http://crystal-lang.org/docs/installation/index.html)) -2. `$ crystal run /path/to/Crisp/crisp.cr` +2. `$ crystal run /path/to/Crisp/crisp.cr` or use `crystal compile` to create a binary. ## Examples @@ -35,7 +35,7 @@ Please see [mal test cases](https://github.com/rhysd/Crisp/tree/master/spec/cris ## Development Environment - OS X -- Crystal 0.7.1 ~ 0.7.3 or 0.7.7 ~ 0.11.0 or 0.17.4 +- Crystal 0.7.1 ~ 0.7.3 or 0.7.7 ~ 0.11.0 or 0.17.4 or 0.18.4 ## License