Update README.md

This commit is contained in:
Ari Karim 2023-02-06 15:43:05 +03:00 committed by GitHub
parent 4a1b695a20
commit c5c15bdfce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,17 @@
This is a template for a Rails project with some default and predefined gems and configurations.
## 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:
```
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
```