We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31cac60 + b6855bd commit 0f4ffa4Copy full SHA for 0f4ffa4
docs/docs/geoblacklight_quick_start.md
@@ -10,7 +10,7 @@ This guide covers the quickest way to get up and running with GeoBlacklight, inc
10
Bootstrap a new GeoBlacklight Ruby on Rails application using the template script:
11
12
```bash
13
-DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/main/template.rb
+DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/v4.4.0/template.rb
14
```
15
Then run the `geoblacklight:server` rake task to run the application:
16
0 commit comments