Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wii:Open Shop Channel: Difference between revisions

From Hacks Guide Wiki
(fix list)
m (add non-breaking space to keep code example on the same line)
Line 108: Line 108:
<ol>
<ol>
<li>Open a terminal window
<li>Open a terminal window
<ul><li>It's recommended to run <code>cd</code> to a directory of your choice so you have easy access to it later. (Example: <code>cd ~/Desktop/OSCDL</code>)</li></ul></li>
    <ul>
        <li>It's recommended to run <code>cd</code> to a directory of your choice so you have easy access to it later. (Example:&nbsp;<code>cd&nbsp;~/Desktop/OSCDL</code>)</li>
    </ul>
</li>
<li>Run <code>git clone <nowiki>https://github.com/dhtdht020/osc-dl.git</nowiki></code></li>
<li>Run <code>git clone <nowiki>https://github.com/dhtdht020/osc-dl.git</nowiki></code></li>
<li>Once it's done, run <code>cd osc-dl</code></li>
<li>Once it's done, run <code>cd osc-dl</code></li>