You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Usage section immediately follows the git clone instructions, presumably leaving the user in the directory into which git created the jshint-mode directory. The instructions are
$jshint-emacs-conf >> ~/.emacs
The current conf script appears to be named jshint-emacs.js; I think the following instructions would make it trivial for newbies:
before pre section add ", (presuming you are in the directory where git created the jshint-mode directory)"
change the instruction to $ ./jshint-mode/jshint-emacs.js >> ~/.emacs
The text was updated successfully, but these errors were encountered:
The Usage section immediately follows the git clone instructions, presumably leaving the user in the directory into which git created the jshint-mode directory. The instructions are
The current conf script appears to be named
jshint-emacs.js
; I think the following instructions would make it trivial for newbies:$ ./jshint-mode/jshint-emacs.js >> ~/.emacs
The text was updated successfully, but these errors were encountered: