소스 검색

Update README.md

Chris Oliver 6 년 전
부모
커밋
9446a5702c
1개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 9 3
      README.md

+ 9 - 3
README.md

@@ -1,13 +1,19 @@
-# spark-clone
+# Rails Jumpstart
 
-A clone of Laravel Spark, for Rails. All your Rails apps should start off with a bunch of great defaults.
+It's like Laravel Spark, for Rails. All your Rails apps should start off with a bunch of great defaults.
 
 ## Getting Started
 
-Spark-clone is a Rails template, so you pass it in as an option when creating a new app.
+Jumpstart is a Rails template, so you pass it in as an option when creating a new app.
 
 #### Creating a new app
 
+```bash
+rails new myapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb
+```
+
+Or if you have downloaded this repo, you can reference template.rb locally:
+
 ```bash
 rails new myapp -d postgresql -m template.rb
 ```