Browse Source

Add requirements list. Closes #55

Chris Oliver 5 years ago
parent
commit
2a4329baba
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -8,6 +8,15 @@ It's like Laravel Spark, for Rails. All your Rails apps should start off with a
 
 Jumpstart is a Rails template, so you pass it in as an option when creating a new app.
 
+#### Requirements
+
+You'll need the following installed to run the template successfully:
+
+* Ruby 2.5+
+* bundler - `gem install bundler`
+* rails - `gem install rails`
+* Yarn - `brew install yarn` or [Install Yarn](https://yarnpkg.com/en/docs/install)
+
 #### Creating a new app
 
 ```bash