From dc3fa278587172c5d2e914406a3dee45baf9596a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Glauco=20Cust=C3=B3dio?= Date: Mon, 21 Mar 2022 15:34:43 +0000 Subject: [PATCH] Use bundle add instead (#5251) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0acf8f59..b71ec876 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Sidekiq 6.0 supports Rails 5.0+ but does not require it. Installation ----------------- - gem install sidekiq + bundle add sidekiq Getting Started