-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ender info. Add issue numbers to changelog
- Loading branch information
1 parent
eafd6a1
commit 5376ab7
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,11 @@ Quick Start | |
1. `ringo-admin install cujojs/when` | ||
1. `var when = require('when');` | ||
|
||
#### Ender | ||
|
||
1. `ender add cujojs/when` | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
briancavalier
Author
Member
|
||
2. `var when = require('when');` | ||
|
||
#### Legacy environments (via browserify) | ||
|
||
1. `git clone https://github.com/cujojs/when` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this is fantastic we're in the readme! for the CLI specific example, you should really only need
ender add when
— although, your example also works (since that is the GH installation case)