Skip to content

Commit

Permalink
Update quick start to point to 4.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Aug 20, 2024
1 parent d09e116 commit fc32390
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 fc32390

Please sign in to comment.