Skip to content

Commit 0f4ffa4

Browse files
Merge pull request #262 from spilth/quick-start-stable-template
Quick start steps should use latest stable release
2 parents 31cac60 + b6855bd commit 0f4ffa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/geoblacklight_quick_start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide covers the quickest way to get up and running with GeoBlacklight, inc
1010
Bootstrap a new GeoBlacklight Ruby on Rails application using the template script:
1111

1212
```bash
13-
DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/main/template.rb
13+
DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/v4.4.0/template.rb
1414
```
1515
Then run the `geoblacklight:server` rake task to run the application:
1616

0 commit comments

Comments
 (0)