How to install nightlies properly?

Hello, everyone.

I’m new to ionic, but not in javascript.
I’m trying to understand, how to use ionic nightlies.

As described, I’ve tried to use this command:

bower install dryftyco/ionic-bower#master
This creates the bower_components folder in my documents.

Then, I’m trying ionic start PROJECTNAME tabs for example.
This creates project with an old lib folder, not as in bower_components.

So how can I use your nightlies?

So you could edit your bower.json to read

{
  "name": "tmp",
  "private": "true",
  "devDependencies": {
    "ionic": "driftyco/ionic-bower#master"
  }
}

then run bower install, you’ll get the master