Skip to content

Commit b7e1100

Browse files
committed
Website: mention some installs are missing man page and completion
1 parent 8ba9662 commit b7e1100

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

website/public/install/index.html

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,18 @@ <h2>Install quick-lint-js</h2>
239239
/>
240240
</td>
241241

242-
<td class="good">
243-
<a href="#npm"><span aria-label="installed"></span></a>
242+
<td class="meh">
243+
<a href="#npm">
244+
<span
245+
><span aria-label="installed"></span
246+
><span
247+
aria-label="goodies not included"
248+
title="goodies not included"
249+
class="footnote-marker"
250+
>&nbsp;*</span
251+
></span
252+
>
253+
</a>
244254
</td>
245255
<td class="meh">
246256
<a href="#npm"
@@ -250,7 +260,7 @@ <h2>Install quick-lint-js</h2>
250260
aria-label="not installed globally"
251261
title="not installed globally"
252262
class="footnote-marker"
253-
>&nbsp;*</span
263+
>&nbsp;**</span
254264
></span
255265
></a
256266
>
@@ -450,8 +460,18 @@ <h2>Install quick-lint-js</h2>
450460
/>
451461
</td>
452462

453-
<td class="good">
454-
<a href="#manual"><span aria-label="installed"></span></a>
463+
<td class="meh">
464+
<a href="#manual"
465+
><span
466+
><span aria-label="installed"></span
467+
><span
468+
aria-label="goodies not included"
469+
title="goodies not included"
470+
class="footnote-marker"
471+
>&nbsp;*</span
472+
></span
473+
></a
474+
>
455475
</td>
456476
<td class="good">
457477
<a href="#manual"><span aria-label="installed"></span></a>
@@ -537,7 +557,11 @@ <h2>Install quick-lint-js</h2>
537557
</table>
538558
<figcaption>
539559
<p>
540-
<span aria-labeled-by="footnote-lsp-not-global">*</span> The LSP
560+
<span>*</span> This installation method might not install extras
561+
such as documentation or shell completion plugins.
562+
</p>
563+
<p>
564+
<span aria-labeled-by="footnote-lsp-not-global">**</span> The LSP
541565
server is not installed globally with this installation method, so
542566
some editors might not be able to access it.
543567
</p>

0 commit comments

Comments
 (0)