When I follow the instructions to install the Herbert frontend:
curl https://install.meteor.com | /bin/sh
npm install meteorite
cd /the/directory/you/have/the/frontend
mrt bundle bundle.tgz
There is no mrt command installed (Ubuntu 12.04), I am under the impression these installation instructions were written in meteor 0.8.x time, now we are at 1.x
How can i proceed?