Explorar el Código

Update README.md

Chris Oliver hace 7 años
padre
commit
a7e991c04d
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  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
+```