Skip to content

Commit b7e6bd9

Browse files
author
Simon Pieters
committed
correct instructions in README
1 parent d06e664 commit b7e6bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cssom/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ directory that contains this README:
8282

8383
# Ensure node.js can access webidl.js
8484
% if [ ! -d $HOME/.node_libraries ] ; then mkdir $HOME/.node_libraries ; fi
85-
% ln -s $CSSOM_TOOLS/webidl.js/node/node/WebIDLParser.js
85+
% ln -s $CSSOM_TOOLS/webidl.js/node/WebIDLParser.js $HOME/.node_libraries/
8686

8787
# Fetch anolis and make sure it is in $PATH.
8888
% hg clone https://bitbucket.org/ms2ger/anolis $CSSOM_TOOLS/anolis

0 commit comments

Comments
 (0)