From 82132319766705cdbe60c3c50598d5e6ea4a8730 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Fri, 26 Jul 2024 17:01:54 +0100 Subject: [PATCH] Make bash commands copy/paste They copied with the `$` before which is annoying when trying to set up --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4552dd08..ae9930f1 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ gem "heroicon" And then execute: ```bash -$ bundle +bundle ``` Run the installer ```bash -$ rails g heroicon:install +rails g heroicon:install ``` ## Usage