Skip to content

Commit

Permalink
Merge pull request #270 from spilth/quick-start-4.4.1
Browse files Browse the repository at this point in the history
Update quick start to point to 4.4.1 release
  • Loading branch information
karenmajewicz authored Aug 20, 2024
2 parents d09e116 + fc32390 commit de4cc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/geoblacklight_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide covers the quickest way to get up and running with GeoBlacklight, inc
Bootstrap a new GeoBlacklight Ruby on Rails application using the template script:

```bash
DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/v4.4.0/template.rb
DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/v4.4.1/template.rb
```
Then run the `geoblacklight:server` rake task to run the application:

Expand Down

0 comments on commit de4cc1d

Please sign in to comment.