From 65a2f7ff89fd130753f7b87e154eb17446512de8 Mon Sep 17 00:00:00 2001 From: boudin Date: Sun, 2 Aug 2015 20:11:59 +0200 Subject: [PATCH] Add npm command for installation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf5045d..c672355 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # MODULAR Path abstraction and mocks for NodeJS. +## Installation +Current stable version (1.0.0) : +```sh +npm install https://lab.cherboiche.org/iojs/modular/repository/archive.tar.gz?ref=v1.0.0 +``` + ## Functionalities * Automatically load javascript modules * Abstract modules path. Access any module using namespace and module name @@ -149,5 +155,3 @@ var application = new Modular({ } }).start(); ``` - -###