add babel-cli init to bootstrap

This commit is contained in:
Sebastian McKenzie
2015-04-02 23:34:28 +11:00
parent 8bdd4cc559
commit 83eea2acc7
2 changed files with 2 additions and 9 deletions

View File

@@ -23,15 +23,6 @@ $ make watch-core
This will compile Babel and then sit in the background and on file modification
recompile the necessary files.
It's also recommended that you `npm link` the Babel packages:
```sh
$ cd babel
$ npm link
$ cd packages/babel-cli
$ npm link
```
#### Running tests
You can run tests via: