We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6450916 commit 9d4c179Copy full SHA for 9d4c179
templates/tools/install.hbs
@@ -32,16 +32,17 @@
32
{{/fluent}}
33
</p>
34
35
+ <div class="platform-specific win dn">
36
+ <h3>{{fluent "install-notes-windows-heading"}}</h3>
37
+ {{fluent "install-notes-windows-description"}}
38
+ </div>
39
+
40
<h3>{{fluent "install-notes-rustup-heading"}}</h3>
41
{{fluent "install-notes-rustup-description"}}
42
43
<h3>{{fluent "install-notes-path-heading"}}</h3>
44
{{fluent "install-notes-path-description"}}
45
</div>
- <div class="platform-specific win dn">
- <h3>{{fluent "install-notes-windows-heading"}}</h3>
- {{fluent "install-notes-windows-description"}}
- </div>
46
47
</section>
48
0 commit comments