mirror of
https://github.com/ditkrg/rails-template.git
synced 2026-01-22 22:06:41 +00:00
Update README.md
This commit is contained in:
parent
4a1b695a20
commit
c5c15bdfce
10
README.md
10
README.md
@ -2,9 +2,17 @@
|
|||||||
This is a template for a Rails project with some default and predefined gems and configurations.
|
This is a template for a Rails project with some default and predefined gems and configurations.
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
* Clone the repo:
|
||||||
|
```
|
||||||
|
git@github.com:ditkrg/rails-template.git
|
||||||
|
```
|
||||||
|
```
|
||||||
|
cd rails-template
|
||||||
|
```
|
||||||
|
|
||||||
* create a new rails app with the template flag like below:
|
* create a new rails app with the template flag like below:
|
||||||
```
|
```
|
||||||
rails new --api your_app_name --template https://github.com/ditkrg/rails-template/blob/main/template.rb
|
rails new --api your_app_name -m template.rb
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user