aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuxLang2015-10-01 14:34:07 -0400
committerLuxLang2015-10-01 14:34:07 -0400
commit29128a84b2ef5c2aaea5ae4a6008207dc7f4299b (patch)
tree97b7646210d17195ac874a50b17cbf14d29026a3 /README.md
parent171b856f378e09e8e5e6dd3528c404eb9cf9560e (diff)
Added project sample to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index db59aa6e1..6fcbe17ca 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,12 @@ Then, you can run the program like this:
cd target/jvm/ && java -jar program.jar
+### Sample
+
+To take a look at a sample Lux project, please take a look at this repository: https://github.com/LuxLang/luxdoc
+
+The program in there was actually used to generate most of the documentation for the standard library in the wiki (located over here: https://github.com/LuxLang/lux/wiki/Standard-Library)
+
### What's the license?
Mozilla Public License v2.0