From fa55dae4c3f5d79570143534c6729420c63ecf66 Mon Sep 17 00:00:00 2001 From: Summer <73361970+summer-cook@users.noreply.github.com> Date: Thu, 13 Jan 2022 17:08:51 -0800 Subject: [PATCH] Change bundle update to bundle install in readme (#396) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c0aa3f0..0e81511d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ gem 'bulkrax', git: 'https://github.com/samvera-labs/bulkrax.git' And then execute: ```bash -$ bundle update +$ bundle install $ rails generate bulkrax:install ```