File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed
website/public/contribute/build-from-source Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,18 @@ <h3>For contributors</h3>
35
35
</ p >
36
36
37
37
< ul >
38
- < li > < a href ="linux/ "> Linux</ a > </ li >
39
- < li > < a href ="macos/ "> macOS</ a > </ li >
40
- < li > < a href ="windows/ "> Windows</ a > </ li >
41
- < li > < a href ="nix/ "> Nix</ a > </ li >
38
+ < li >
39
+ < a href ="linux/ "> < qljs-icon name ="linux " size ="19 " /> Linux</ a >
40
+ </ li >
41
+ < li >
42
+ < a href ="macos/ "> < qljs-icon name ="macos " size ="19 " /> macOS</ a >
43
+ </ li >
44
+ < li >
45
+ < a href ="windows/ "> < qljs-icon name ="windows " size ="19 " /> Windows</ a >
46
+ </ li >
47
+ < li >
48
+ < a href ="nix/ "> < qljs-icon name ="nix " size ="19 " /> Nix</ a >
49
+ </ li >
42
50
</ ul >
43
51
44
52
< section id ="single-command-build ">
Original file line number Diff line number Diff line change 15
15
< header > < %- await include("../../../common-nav.ejs.html") %> </ header >
16
16
17
17
< main >
18
- < h2 > < %= meta.title %> </ h2 >
18
+ < h2 > < qljs-icon name =" linux " size =" 29 " /> < %= meta.title %> </ h2 >
19
19
20
20
< p >
21
21
On Linux, you can build quick-lint-js using one of the following build
Original file line number Diff line number Diff line change 15
15
< header > < %- await include("../../../common-nav.ejs.html") %> </ header >
16
16
17
17
< main >
18
- < h2 > < %= meta.title %> </ h2 >
18
+ < h2 > < qljs-icon name =" macos " size =" 29 " /> < %= meta.title %> </ h2 >
19
19
20
20
< p >
21
21
On macOS, you can build quick-lint-js using one of the following build
Original file line number Diff line number Diff line change 15
15
< header > < %- await include("../../../common-nav.ejs.html") %> </ header >
16
16
17
17
< main >
18
- < h2 > < %= meta.title %> </ h2 >
18
+ < h2 > < qljs-icon name =" nix " size =" 29 " /> < %= meta.title %> </ h2 >
19
19
20
20
< p >
21
21
Building quick-lint-js from source using Nix is for advanced users only.
Original file line number Diff line number Diff line change 15
15
< header > < %- await include("../../../common-nav.ejs.html") %> </ header >
16
16
17
17
< main >
18
- < h2 > < %= meta.title %> </ h2 >
18
+ < h2 > < qljs-icon name =" windows " size =" 29 " /> < %= meta.title %> </ h2 >
19
19
20
20
< p >
21
21
On Windows, you can build quick-lint-js using one of the following build
You can’t perform that action at this time.
0 commit comments