We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06e664 commit b7e6bd9Copy full SHA for b7e6bd9
1 file changed
cssom/README
@@ -82,7 +82,7 @@ directory that contains this README:
82
83
# Ensure node.js can access webidl.js
84
% if [ ! -d $HOME/.node_libraries ] ; then mkdir $HOME/.node_libraries ; fi
85
-% ln -s $CSSOM_TOOLS/webidl.js/node/node/WebIDLParser.js
+% ln -s $CSSOM_TOOLS/webidl.js/node/WebIDLParser.js $HOME/.node_libraries/
86
87
# Fetch anolis and make sure it is in $PATH.
88
% hg clone https://bitbucket.org/ms2ger/anolis $CSSOM_TOOLS/anolis
0 commit comments