From d8a26f98c0fa0523901fc06c5fd97e39f37c3817 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 7 Mar 2026 13:28:31 -0500 Subject: [PATCH] updaed readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0e6564..4a3fe2e 100644 --- a/README.md +++ b/README.md @@ -156,10 +156,12 @@ https://redmine.yourdomain.com/qbo/webhook Install the plugin into your Redmine plugins directory. +```bash cd /path/to/redmine/plugins -git clone https://github.com/rickbarrette/redmine\_qbo.git -cd redmine\_qbo +git clone https://github.com/rickbarrette/redmine_qbo.git +cd redmine_qbo git checkout +``` Use a **tagged release** for stability. @@ -167,7 +169,9 @@ Use a **tagged release** for stability. ## 2\. Install Dependencies +```bash bundle install +``` Required for **Redmine 6 / Rails 7 compatibility**. @@ -175,7 +179,9 @@ Required for **Redmine 6 / Rails 7 compatibility**. ## 3\. Run Database Migrations -bundle exec rake redmine:plugins:migrate RAILS\_ENV=production +```bash +bundle exec rake redmine:plugins:migrate RAILS_ENV=production +``` ---