<%# %>
  1. Download the latest release of quick-lint-js for your platform:

  2. Extract the downloaded archive.

  3. 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.

  4. 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.

<%# %>