Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toastdb patch 2 #10

Merged
merged 3 commits into from
Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k66/2-linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>3.) Installation of drivers and other necessary applications.</h2>
</pre>
<p>That was easy enough, now we need to run the script.</p>
<pre class="code">
<code>./util/linux_install.sh</code>
<code>./util/qmk_install.sh</code>
</pre>

<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>
Expand Down
2 changes: 1 addition & 1 deletion k66/2-macos.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>4.) Installation of drivers and other necessary applications.</h2>
</pre>
<p>That was easy enough, now we need to run the script:</p>
<pre class="code">
<code>./util/macos_install.sh</code>
<code>./util/qmk_install.sh</code>
</pre>

<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>
Expand Down
2 changes: 1 addition & 1 deletion k66/2-windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>3.) Installation of drivers and other necessary applications.</h2>
</pre>
<p>That was easy enough, now we need to run the script.</p>
<pre class="code">
<code>./util/msys2_install.sh</code>
<code>./util/qmk_install.sh</code>
</pre>

<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>
Expand Down