Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
It took me quite a while to stumble upon the Yeoman generator, referencing it in the README.md would help make it a first-class citizen within the sails project.
balderdashy#240
  • Loading branch information
yoshuawuyts committed Jun 14, 2013
1 parent 343accb commit 76f75d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The default port for Sails is 1337. At this point if you visit <a href="http://

Now, let's get Sails to do cool stuff.

Aditionally you can check out [generator-sails](https://github.com/colinwren/generator-sails) for [Yeoman](https://github.com/yeoman/yeoman). Note that this is still a WIP, not everything is expected to work yet.
# Hello, Sails!

To get Sails to say "Hello World!", you need only to change the view for the default home page in `views/home/index.ejs`. But that doesn't really teach us a whole lot-- instead, let's create a new controller and have IT tell us hello.
Expand Down

0 comments on commit 76f75d3

Please sign in to comment.