From b33615cf412634f9f193da8d9a131bde121a4503 Mon Sep 17 00:00:00 2001 From: Drew Date: Wed, 8 Sep 2021 11:14:33 -0400 Subject: [PATCH] Add install generator to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ba12832..9b688cfa 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ In `Gemfile`, add: gem 'polaris_view_components' ``` +Run install generator: +```bash +rails generate polaris_view_components:install +``` + Setup Polaris styles in your layouts `` tag: ```erb