Browse Source

Update README.md

Chris Oliver 7 năm trước cách đây
mục cha
commit
a7e991c04d
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  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
+```