Skip to content

Commit 46f800d

Browse files
authored
Swapped dependency script (#10)
* Update 2-windows.html * Update 2-linux.html * Update 2-macos.html
1 parent 1491b45 commit 46f800d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

k66/2-linux.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>3.) Installation of drivers and other necessary applications.</h2>
2323
</pre>
2424
<p>That was easy enough, now we need to run the script.</p>
2525
<pre class="code">
26-
<code>./util/linux_install.sh</code>
26+
<code>./util/qmk_install.sh</code>
2727
</pre>
2828

2929
<p>When this is fully complete and has no errors, you will need to exit out of your terminal emulator or current tab and open it back up again to reload. Go back to the cloned qmk_firmware directory. Once this is done move on to the next page by pressing the purple button below.</p>

k66/2-macos.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>4.) Installation of drivers and other necessary applications.</h2>
3131
</pre>
3232
<p>That was easy enough, now we need to run the script:</p>
3333
<pre class="code">
34-
<code>./util/macos_install.sh</code>
34+
<code>./util/qmk_install.sh</code>
3535
</pre>
3636

3737
<p>When this is fully complete and has no errors, you will need to exit out of your terminal emulator and open it back up again to reload. Go back to the cloned qmk_firmware directory. Once this is done move on to the next page by pressing the purple button below.</p>

k66/2-windows.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>3.) Installation of drivers and other necessary applications.</h2>
3333
</pre>
3434
<p>That was easy enough, now we need to run the script.</p>
3535
<pre class="code">
36-
<code>./util/msys2_install.sh</code>
36+
<code>./util/qmk_install.sh</code>
3737
</pre>
3838

3939
<p>When this is fully complete and has no errors, you will need to exit out of MSYS MinGW and open it back up again to reload. This might take a bit. Go back to the MSYS2 home directory and from there go into the qmk_firmware directory. Once this is done move on to the next page by pressing the purple button below.</p>

0 commit comments

Comments
 (0)