updating the link to the template in lite/README

trunk
Thomas Riboulet 2 years ago
parent defabfd0ac
commit 765af59a07

@ -38,7 +38,7 @@ To make this the default Rails application template on your system, create a `~/
```
-d postgresql
-m https://raw.githubusercontent.com/mattbrictson/rails-template/main/template.rb
-m https://git.imfiny.com/OpenSource/rails-templates/raw/branch/trunk/lite/template.rb
```
## Usage
@ -53,7 +53,7 @@ To generate a Rails application using this template, pass the `-m` option to `ra
```
rails new blog \
-d postgresql \
-m https://raw.githubusercontent.com/mattbrictson/rails-template/main/template.rb
-m https://git.imfiny.com/OpenSource/rails-templates/raw/branch/trunk/lite/template.rb
```
*Remember that options must go after the name of the application.* The only database supported by this template is `postgresql`.

Loading…
Cancel
Save