updated readme

This commit is contained in:
2026-07-02 22:48:25 -04:00
parent 6bf84dd61a
commit baca0ed6c7
+4 -4
View File
@@ -142,7 +142,7 @@ https://redmine.yourdomain.com/qbo/webhook
# Installation # Installation
## 1\. Clone the Plugin ## 1. Clone the Plugin
Install the plugin into your Redmine plugins directory. Install the plugin into your Redmine plugins directory.
@@ -157,7 +157,7 @@ Use a **tagged release** for stability.
--- ---
## 2\. Install Dependencies ## 2. Install Dependencies
```bash ```bash
bundle install bundle install
@@ -167,7 +167,7 @@ Required for **Redmine 6 / Rails 7 compatibility**.
--- ---
## 3\. Run Database Migrations ## 3. Run Database Migrations
```bash ```bash
bundle exec rake redmine:plugins:migrate RAILS_ENV=production bundle exec rake redmine:plugins:migrate RAILS_ENV=production
@@ -175,7 +175,7 @@ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
--- ---
## 4\. Restart Redmine ## 4. Restart Redmine
Restart your Redmine server so the plugin and hooks are loaded. Restart your Redmine server so the plugin and hooks are loaded.