azimuth
azimuth copied to clipboard
Install azimuth with meteorite is deprecated?
I just tried to install azimuth, following the instructions on the homepage http://azimuthc.ms.
The page says: "Install Node.js, Meteor, and Meteorite", followed by instructions like mrt create my-project
or mrt add azimuth-views-foundation
.
The meteorite homepage itself tells me that I should NOT use meteorite any more, as per Meteor 0.9 it is included in Meteor, and I can install packages via meteor add
.
Shouldn't the homepage be updated to reflect these changes? Meteor is at > 1.0 meanwhile.
And, better question and real bug: how can I install azimuth now?
You should use meteor instead of mrt. Meteorite has been deprecated.
That was exact what I tried to say here. Therefore I opened this issue, because meteor should be used instead of mrt. But just look at my links to the azimuth page - the page says mrt
. And that should be changed.
My only question was: how can I now install azimuth - as simply replacing mrt
with meteor
does not work.