Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Update language for aliasing node_modules/.bin #38

Merged
merged 2 commits into from
Mar 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ Development
We use [builder][] and `npm` to control all aspects of development and
publishing.

As a preliminary matter, please update your shell to include
As a preliminary matter so you can type `builder` instead of
`./node_modules/.bin/builder` for all commands, please update your shell to include
`./node_modules/.bin` in `PATH` like:

```sh
export PATH="${PATH}:./node_modules/.bin"
```

So you can type `builder` instead of `./node_modules/.bin/builder` for all
commands.


## Build

Expand Down