updated readme

This commit is contained in:
2026-03-07 13:25:37 -05:00
parent 5789fef3b6
commit eb825ab002

View File

@@ -49,22 +49,27 @@ The alternative approach would be to modify an invoice directly after it is asso
Navigate to your Redmine plugins directory: Navigate to your Redmine plugins directory:
```bash
cd /path/to/redmine/plugins cd /path/to/redmine/plugins
git clone git@github.com:rickbarrette/z\_redmine\_qbo\_lineitems.git git clone https://github.com/rickbarrette/redmine_qbo_lineitems.git
cd z\_redmine\_qbo\_lineitems cd redmine_qbo_lineitems
\# Optional: checkout a specific version # Optional: checkout a specific version
git checkout <tag> git checkout <tag>
```
2. **Install dependencies** 2. **Install dependencies**
```bash
bundle install bundle install
```
3. **Migrate your database** 3. **Migrate your database**
```bash
bundle exec rake redmine:plugins:migrate RAILS\_ENV\=production bundle exec rake redmine:plugins:migrate RAILS_ENV=production
```
4. **Restart Redmine** 4. **Restart Redmine**