Skip to content

Commit

Permalink
Update README.md to include "bundle exec"
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgarciao authored Nov 16, 2023
1 parent fa731bb commit a15ae83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
2. ```asdf install # if you are using asdf```
1. ```bundle install```
1. ```yarn install```
1. ```rake dss:servers:start```
1. ```rake db:seed```
1. ```rake dss:solr:update```
1. ```rake dss:solr:index```
1. ```bundle exec rake dss:servers:start```
1. ```bundle exec rake db:seed```
1. ```bundle exec rake dss:solr:update```
1. ```bundle exec rake dss:solr:index```
2. ```gem install foreman```
1. ```foreman start```

Expand All @@ -26,12 +26,12 @@ or

If you need to re-index you can do either of the following.

```rake dss:solr:deindex```
```rake dss:solr:index```
```bundle exec rake dss:solr:deindex```
```bundle exec rake dss:solr:index```

or if you want to re-index one Resource object at a time

```rake dss:solr:reindex```
```bundle exec rake dss:solr:reindex```

## Running the tests

Expand Down

0 comments on commit a15ae83

Please sign in to comment.