Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Dec 1, 2011
1 parent debaf37 commit 5adc0d5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,26 @@ learn as much as I can, and then go for the kick-ass Rubinius VM :)

Feel free to criticize and give advice, I'm happy to hear it!

## Install
# ACHTUNG

Noscript is currently under a heavy rewrite. If you want to check out what it
was before I started messing with everything, *check out the branch named "old"*.
The master branch is not to be considered even usable.

## Install (the old version)

Although for now it's in a **SUPER ALPHA** stage, you can try and run some
example scripts doing this:

git clone git://github.com/txus/noscript
git checkout old
cd noscript
bundle install
./bin/noscript examples/hello_world.ns
./bin/noscript examples/interop.ns
./bin/noscript examples/objects.ns
./bin/noscript examples/test_case.ns
./bin/noscript examples/traits.ns

## Copyright

Expand Down

0 comments on commit 5adc0d5

Please sign in to comment.