소스 검색

Update README.md

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

+ 7 - 1
README.md

@@ -1,3 +1,9 @@
 # spark-clone
 
-We doing things.
+A clone of Laravel Spark, for Rails. All your Rails apps should start off with a bunch of great defaults.
+
+## Getting Started
+
+```bash
+rails new myapp -d postgresql -m template.rb
+```