From 9032857bcb906c3077d2236c21c4810c4c40648c Mon Sep 17 00:00:00 2001 From: Laurent Orseau Date: Sat, 2 Sep 2017 10:28:37 +0100 Subject: [PATCH] change README to markdown, add some links --- README | 1 - README.md | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index bd00b11..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -lux - a simple library for creating real-time graphical apps diff --git a/README.md b/README.md new file mode 100644 index 0000000..023bcb8 --- /dev/null +++ b/README.md @@ -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```