|
@@ -20,13 +20,13 @@ You'll need the following installed to run the template successfully:
|
|
|
#### Creating a new app
|
|
|
|
|
|
```bash
|
|
|
-rails new myapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb
|
|
|
+rails new myapp -d postgresql -m http://gogs.anxgang.com/Hiskio/jumpstart/raw/master/template.rb --skip-coffee --skip-test
|
|
|
```
|
|
|
|
|
|
Or if you have downloaded this repo, you can reference template.rb locally:
|
|
|
|
|
|
```bash
|
|
|
-rails new myapp -d postgresql -m template.rb
|
|
|
+rails new myapp -d postgresql -m template.rb --skip-coffee --skip-test
|
|
|
```
|
|
|
|
|
|
#### Cleaning up
|