diff options
author | Eduardo Julian | 2017-01-08 12:18:33 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-01-08 12:18:33 -0400 |
commit | 4c4237cdda70389826c43920fa90d95b2c9d7a8e (patch) | |
tree | 81e414bc9e1d4b0ed9014cb26f36323e0881ef0e /stdlib | |
parent | e039af0c4ffdcaa8ad3a9b640eda8936b68857dd (diff) |
- Updated the READMEs.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/README.md | 11 |
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? |