Correct startup script and docs (#5940)

This commit is contained in:
Josh Puetz 2020-02-06 17:04:54 -05:00 committed by GitHub
parent c6e9fd9844
commit af9c4832c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,5 +12,5 @@ end
chdir APP_ROOT do
puts "== STARTING UP =="
system! "bundle exec foreman start -f Procfile.dev"
system! "foreman start -f Procfile.dev"
end

View file

@ -15,7 +15,7 @@ bin/startup
```
(This just runs `foreman start -f Procfile.dev`, for notes on how to install
Foreman, please see [Other Tools](../installation/others.md))
Foreman, please see [Other Tools](../installation/others))
Then point your browser to http://localhost:3000/ to view the site.