-
- Downloads
Favor the post-install message over the README
We were describing post-install development setup steps in the README that were also in the post-install message. This commit removes the instructions from the README in favor of the post-install message.
-
mentioned in issue #12 (closed)
-
I would like to see this message in the README as well. After running
make
the message is shown and you start foreman in current dir. Then redis and postgres start, but the post-install message gets lost in the lines. So either you scroll up (if you really saw there was a message), or search the documentation. I personally didn't notice the message, so I followed the wiki and run foreman twice, without the migrations/seeds so it failed. I had to look in the Makefile to see what was wrong.Just my 2 cents :)
-
@axil fair enough. Any thoughts on how to avoid the two documentation sources getting out of sync?
Maybe we could print a section from the README with a smart
sed
command and some text markers. -
Done in cd84f0d9.
-
@jacobvosmaer thanks a lot, and that's a clever implementation :)