Rename 'Clang & LLVM' to 'LLVM'

This commit is contained in:
Anthony Rose 2023-03-21 22:09:21 +00:00
parent 7369b75868
commit 3ac60fb61a

View file

@ -19,11 +19,6 @@ cd %USERPROFILE%\opt\7zip
%USERPROFILE%\Downloads\7zr.exe x %USERPROFILE%\Downloads\7z2201-x64.exe</code></pre>
<p>The 7zip path can then be added to the <code>%PATH%</code> environment variable.</p>
<h2>Clang &amp; LLVM</h2>
<p><a href="https://github.com/llvm/llvm-project/releases/latest">Download</a></p>
<p>Download the <a href="https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/LLVM-16.0.0-win64.exe">LLVM-16.0.0-win64.exe</a> installer.
Extract this into a folder using the <code>7z.exe</code> command from 7-Zip, and add the path to <code>%PATH%</code>.</p>
<h2>Firefox</h2>
<p><a href="https://www.mozilla.org/en-US/firefox/all/#product-desktop-release">Download</a></p>
<p>Use the non-MSI installer for per-user installation.</p>
@ -48,6 +43,11 @@ cd %USERPROFILE%\opt\7zip
<pre><code>dark.exe -x vcruntime VC_redist.x64.exe</code></pre>
<p>Then open <code>vcruntime\AttachedContainer\packages\vcRuntimeMinimum_amd64\cab1.cab</code> and copy all the files into the KeePassXC directory.</p>
<h2>LLVM</h2>
<p><a href="https://github.com/llvm/llvm-project/releases/latest">Download</a></p>
<p>Download the <a href="https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/LLVM-16.0.0-win64.exe">LLVM-16.0.0-win64.exe</a> installer.
Extract this into a folder using the <code>7z.exe</code> command from 7-Zip, and add the path to <code>%PATH%</code>.</p>
<h2>Microsoft Terminal</h2>
<p><a href="https://github.com/microsoft/terminal/releases">Download</a></p>
<p>The <code>.msixbundle</code> will install without admin permissions.</p>