mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Changes: - Re Order the steps - Remove postgres 9.2 comment on postgres installation via homebrew (homebrew will always install the latest stable version of postgres) - Remove trailing whitespace - Update clone instruction - Adding `rake db:create` before any other database action (as it assume new development) - Remove therubyracer additional steps as it considered as obsolete