From 2b0e2b23fc21110bb6aabd332ba6f9f6bbec28cb Mon Sep 17 00:00:00 2001 From: kieranacquia Date: Sat, 24 Dec 2016 09:33:07 -0800 Subject: [PATCH] Update bash console with new blt command You need to run source ~/.bash_profile on OSX to update you console to use the blt command --- readme/creating-new-project.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme/creating-new-project.md b/readme/creating-new-project.md index 5fe37dc88..cda778808 100644 --- a/readme/creating-new-project.md +++ b/readme/creating-new-project.md @@ -12,6 +12,7 @@ 1. Install the `blt` alias and follow on-screen instructions: composer blt-alias + source ~/.bash_profile 1. Customize `blt/project.yml`.