-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fd5afb
commit 13972cf
Showing
3 changed files
with
56 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,12 @@ My main goal for this is to give new programmers some code to look at and talk a | |
|
||
```bash | ||
|
||
$ git clone [email protected]:blairanderson/rails-hackernews-reddit-producthunt-clone.git link-site | ||
$ cd link-site | ||
$ git clone [email protected]:blairanderson/rails-hackernews-reddit-producthunt-clone.git | ||
$ cd rails-hackernews-reddit-producthunt-clone | ||
$ bundle | ||
$ bundle exec rake db:create | ||
$ bundle exec rake db:migrate | ||
$ bundle exec rake db:seed | ||
|
||
``` | ||
|
||
|