From 3c944315100dc6a06fbb733dbe012be208692335 Mon Sep 17 00:00:00 2001 From: Dave Olsen Date: Sun, 1 Mar 2015 22:07:35 -0500 Subject: [PATCH] updating the install instruction --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a9bd21..56fd3e5 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ The Standard Edition for Twig gives developers and designers a clean base from w Pattern Lab uses [Composer](https://getcomposer.org/) to manage project dependencies. To install Composer type the following two lines in the command line: - curl -sS https://getcomposer.org/installer | php - mv composer.phar /usr/local/bin/composer + curl -sS https://getcomposer.org/installer | php -- --install-dir=bin Then close and re-open your command line terminal.