From 4c4237cdda70389826c43920fa90d95b2c9d7a8e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 8 Jan 2017 12:18:33 -0400 Subject: - Updated the READMEs. --- stdlib/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'stdlib/README.md') 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? -- cgit v1.2.3