summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-22 16:22:56 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-22 16:22:56 +0100
commit55c705a119ba1eba24abffd6a3ba5ea432a038a6 (patch)
tree71747bae48ba0445a8e0725eaef282286a267cdc /README.md
parent0c0e9e0a560d7e6dfa205bf6cb524ba42894a12d (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9607f91b..288c9661 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
2 2
3[![Build Status](https://travis-ci.org/lambdacube3d/lambdacube-compiler.svg)](https://travis-ci.org/lambdacube3d/lambdacube-compiler) 3[![Build Status](https://travis-ci.org/lambdacube3d/lambdacube-compiler.svg)](https://travis-ci.org/lambdacube3d/lambdacube-compiler)
4 4
5Compiler for LambdaCube 3D, a Haskell-like purely functional domain specific language for programming the GPU (graphics processing unit).
6
7See: [Language Specification](http://lambdacube3d.com/lang-specification)
8
5## Installation 9## Installation
6 10
7Use `make` or use `cabal install`. 11Use `make` or use `cabal install`.