%# %>
Download the latest release of quick-lint-js for your platform:
Extract the downloaded archive.
Copy the extracted <% if (os === "windows") { %>
bin\quick-lint-js.exe
<% } else { %>
quick-lint-js/bin/quick-lint-js
<% } %> file into a directory in your PATH
.
For example, copy it into the <% if (os === "windows") { %>
C:\Windows\System32\
<% } else { %>
/usr/local/bin
<% } %> directory.
Open a <% if (os === "windows") { %> PowerShell window or Command Prompt window. <% } else { %> terminal window. <% } %> Type quick-lint-js --version and press enter to verify the installation succeeded.