Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ can get a backtrace with [gdb](http://www.gnu.org/software/gdb/) or

In order to do so, follow these steps:

1. `BUILLD_ONLY=true npm install`, or `BUILLD_ONLY=true npm link .` if
1. `BUILD_ONLY=true npm install`, or `BUILD_ONLY=true npm link .` if
you are into it
2. `rm -rf build/Release`
3. `node-gyp configure --debug`
Expand Down