From d511d4104044a7ce15bf20a2f7a11100ef127dab Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 6 Aug 2014 09:52:26 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ef5f875..56ed043 100644 --- a/README.md +++ b/README.md @@ -47,20 +47,20 @@ This repository contains a [Racket](http://racket-lang.org/) package, ## Compiling and running the code -You will need Racket version 5.90.x or later. +You will need Racket version 6.1.x or later. Once you have Racket installed, run + raco pkg install marketplace + +to install the package from the Racket package repository, or + raco pkg install --link `pwd` -from the root directory of the Git checkout to install the package in -your Racket system. (Alternatively, `make link` does the same thing.) +from the root directory of the Git checkout to install the package +from a local snapshot. (Alternatively, `make link` does the same thing.) This will make `#lang marketplace` available to programs. -It will take several minutes to compile the code. On my Macbook Air, -it takes around 10 minutes; on my ridiculously fast desktop machine, -it still takes around 2 minutes. - At this point, you may load and run any of the example `*.rkt` files in the [`examples/`](https://github.com/tonyg/marketplace/tree/master/examples/) @@ -76,4 +76,4 @@ so you cannot run both simultaneously. ## Copyright -Copyright © Tony Garnock-Jones 2010, 2011, 2012, 2013. +Copyright © Tony Garnock-Jones 2010, 2011, 2012, 2013, 2014.