From a43108bbd8668d3dbae4259d6f65c08b7053ba76 Mon Sep 17 00:00:00 2001 From: Teppei Shintani Date: Sun, 7 Jan 2024 14:43:05 +0900 Subject: [PATCH] update how to install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76c4014..763b4a0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add YARD support to packwerk. 1. Add this line to your application's Gemfile: ```ruby -gem 'packwerk_yard', github: 'euglena1215/packwerk-yard', group: :development +gem 'packwerk_yard', require: false, group: :development ``` 2. Require `packwerk-yard` in your `packwerk.yml`