Updated README

This commit is contained in:
William J. Bowman 2015-09-22 18:55:14 -04:00
parent bfc72d8fd3
commit eeb2b9182a
No known key found for this signature in database
GPG Key ID: DDD48D26958F0D1A

View File

@ -23,7 +23,6 @@ Getting started
===============
Install cur via `raco pkg install cur`.
Setup will likely result in a ton of errors that are safe to ignore.
Try it out. Save the following to `test.rkt`, then run `racket test.rkt`.
@ -41,8 +40,9 @@ Try it out. Save the following to `test.rkt`, then run `racket test.rkt`.
I
```
There is currently little documentation, so your best bet is to look at
the source code in the `stdlib` for examples.
See the docs: `raco docs cur`.
The standard library is currently undocumented, so just see the source.
Going further
=============