From 833dc1f6497acf605c546dc2f8e18e831574c6d7 Mon Sep 17 00:00:00 2001 From: fazo96 Date: Wed, 24 Sep 2014 10:38:36 +0200 Subject: [PATCH] update README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f344cec..f7a6c83 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,15 @@ Also, I learnt a lot and had fun! [the app is hosted online!](http://homework.meteor.com) ### Development -Clone the repo, [install meteor](http://meteor.com) and **meteorite**. -Install dependent packages with `mrt install` and then run `meteor`. That's it. +Clone the repo, [install meteor](http://meteor.com), `cd` to the directory +then run `meteor`. + +That's it. + If you want to send emails (necessary to confirm users) you need to set the -`MAIL_URL` environment variable, or else the emails will be printed on stdout. +`MAIL_URL` environment variable, or else the emails will just be printed on +stdout. The process is +[explained on the Meteor docs](http://docs.meteor.com/#email) ### License