From 09a358beff7eb2740d11f7e66a34963aa5cd584a Mon Sep 17 00:00:00 2001 From: Donnie Clapp Date: Thu, 21 Sep 2017 17:01:22 -0500 Subject: [PATCH] fix typo in bundle install command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68afe33..34f1217 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is the code set for [Going Serverless With Firebase](https://bigmachine.io/ To install Middleman, navigate to the `1_start_here` directory and run: ``` -bundle install --path-vendor +bundle install --path vendor ``` This will install the needed gems. You'll also need to install the Node modules using `npm install`.