From a85b8af0916b6b2a8eed5597ee41f8526df1db06 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Sat, 12 Sep 2015 13:59:36 +0300 Subject: [PATCH] More refinements --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64813195..a0cb0460 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Having that said, there are a number of issues with the codebase which made us s ## Compiling chaos +**Note**: If you just want to try things out, go straight to the [Releases](https://github.com/chaos4ever/chaos/releases) page and download an `.iso` file. Then, skip down to "Running chaos" below. + ### Prerequisites: - Linux, Mac OSX or Windows. @@ -48,11 +50,11 @@ Having that said, there are a number of issues with the codebase which made us s This should create a `chaos.iso`, if all worked correctly. Congratulations! You're just one step away from having a fully working version of chaos running now. :) -### Running the compiled result. +### Running chaos -* Fire up your favorite VM software (VirtualBox, Parallels, VMware Player/Fusion, etc. Even Virtual PC will probably do). If you're lazy, just run `./qemu.sh` within the Vagrant-VM; it will run `qemu` inside VirtualBox, which is enough for many test scenarios. -* Create a tiny VM (256 megs of RAM will do, no hard drive etc) with the `chaos.iso` file you just built as the CD drive. -* Launch it. If all went well, you shhould get an image like this: +* Fire up your favorite VM software (VirtualBox, Parallels, VMware Player/Fusion, etc. Even Virtual PC will probably do). +* Create a tiny VM (256 megs of RAM will do, no hard drive etc) with the `chaos.iso` (or `chaos-0.0.x.iso` if you downloaded it from here) file as the CD drive. +* Launch it. If all went well, you should get an image like this: ![chaos 0.0.3 in action](https://raw.githubusercontent.com/chaos4ever/chaos/master/misc/chaos-0.0.3.png)