aboutsummaryrefslogtreecommitdiff
path: root/stdlib/README.md
diff options
context:
space:
mode:
authorEduardo Julian2017-01-08 12:18:33 -0400
committerEduardo Julian2017-01-08 12:18:33 -0400
commit4c4237cdda70389826c43920fa90d95b2c9d7a8e (patch)
tree81e414bc9e1d4b0ed9014cb26f36323e0881ef0e /stdlib/README.md
parente039af0c4ffdcaa8ad3a9b640eda8936b68857dd (diff)
- Updated the READMEs.
Diffstat (limited to 'stdlib/README.md')
-rw-r--r--stdlib/README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/stdlib/README.md b/stdlib/README.md
index 454228d07..3d6e30bc6 100644
--- a/stdlib/README.md
+++ b/stdlib/README.md
@@ -1,14 +1,13 @@
# stdlib
-Standard library for the Lux family of programming languages.
+Standard library for the Lux programming language.
### How do I get it?
-Just add this to your Leiningen dependencies when building Lux programs:
-```
-[com.github.luxlang/lux-stdlib "0.3.3"]
-```
+You will get it automatically by just using the Leiningen plugin for Lux.
-You can find the Leiningen plugin for Lux over here: https://github.com/LuxLang/lux-lein
+The plugin will fetch for you both the compiler and the standard library, all matched with the plugin's version.
+
+You can find the Leiningen plugin for Lux over here: https://github.com/LuxLang/lux/tree/master/lux-lein
### How do I use it?