From 880a86d99a1490b3ef97eba9e132ee43f0cb26d8 Mon Sep 17 00:00:00 2001 From: Guillaume CABANEL Date: Mon, 16 Jun 2025 15:51:39 +0200 Subject: [PATCH] docs: small improvements and fix typo --- docs/guides/getting-started.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 59e04a5..fd96773 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -20,13 +20,18 @@ In `Gemfile`, add: gem "coupdoeil" ``` +Then run: +```shell +bundle install +``` + Run installer: ```shell rails generate coupdoeil:install create app/popovers/application_popover.rb create app/popovers/layouts/popover.html.erb - + Using importmap Pin Coupdoeil unchanged config/importmap.rb @@ -85,7 +90,7 @@ and a template, located in `popovers` folder:

<%= @article.title %>

<%= @article.short_description %>

- <%# ... %> + <%# ... %>
``` -- GitLab