From eb825ab002138a8fa339cc9246c1c25749e02b2d Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 7 Mar 2026 13:25:37 -0500 Subject: [PATCH] updated readme --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3310585..61f68bc 100644 --- a/README.md +++ b/README.md @@ -49,22 +49,27 @@ The alternative approach would be to modify an invoice directly after it is asso Navigate to your Redmine plugins directory: +```bash cd /path/to/redmine/plugins -git clone git@github.com:rickbarrette/z\_redmine\_qbo\_lineitems.git -cd z\_redmine\_qbo\_lineitems +git clone https://github.com/rickbarrette/redmine_qbo_lineitems.git +cd redmine_qbo_lineitems -\# Optional: checkout a specific version +# Optional: checkout a specific version git checkout +``` + 2. **Install dependencies** - +```bash bundle install +``` 3. **Migrate your database** - -bundle exec rake redmine:plugins:migrate RAILS\_ENV\=production +```bash +bundle exec rake redmine:plugins:migrate RAILS_ENV=production +``` 4. **Restart Redmine**