From c5c15bdfce036c114404897968ba4d7e3bd169c5 Mon Sep 17 00:00:00 2001 From: Ari Karim Date: Mon, 6 Feb 2023 15:43:05 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index daa045a..bc58f02 100644 --- a/README.md +++ b/README.md @@ -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 ```