change README to markdown, add some links

This commit is contained in:
Laurent Orseau 2017-09-02 10:28:37 +01:00 committed by Jay McCarthy
parent a9aaabd388
commit 9032857bcb
2 changed files with 7 additions and 1 deletions

1
README
View File

@ -1 +0,0 @@
lux - a simple library for creating real-time graphical apps

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# lux - a simple library for creating real-time graphical apps
[Docs](http://docs.racket-lang.org/lux/index.html)
[Examples](https://github.com/jeapostrophe/lux/tree/master/examples)
Installation: ```raco pkg install lux```