Skip to content

Commit fb44ebb

Browse files
committed
no numbered list in forking
1 parent ca0b5b1 commit fb44ebb

3 files changed

Lines changed: 22 additions & 19 deletions

File tree

documents/6. Make Your Own CFW/2. forking.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ Fork wire-os and its submodules.
44

55
## How
66

7-
1. Fork these repos. When choosing names, just replace the `wire-os` parts with the name you desire:
7+
- Fork these repos. When choosing names, just replace the `wire-os` parts with the name you desire:
8+
- [wire-os](https://github.com/os-vector/wire-os)
9+
- [wire-os-victor](https://github.com/os-vector/wire-os-victor)
10+
- [wire-os-externals](https://github.com/os-vector/wire-os-externals)
811

9-
[wire-os](https://github.com/os-vector/wire-os)
10-
[wire-os-victor](https://github.com/os-vector/wire-os-victor)
11-
[wire-os-externals](https://github.com/os-vector/wire-os-externals)
12-
13-
2. Let's say, for example, we called it `diode-os`, and our GitHub username is diode123. Run in a Linux terminal:
12+
- Let's say, for example, we called it `diode-os`, and our GitHub username is diode123. Run in a Linux terminal:
1413

1514
```
1615
cd ~
1716
git clone https://github.com/diode123/diode-os --recursive
1817
```
1918

20-
3. Replace the wire-os-victor submodule with yours:
19+
- Replace the wire-os-victor submodule with yours:
2120

2221
```
2322
cd diode-os

site/6. Make Your Own CFW/2. forking.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,21 +1016,25 @@
10161016
<h1 id="forking">Forking<a class="headerlink" href="#forking" title="Permanent link">&para;</a></h1>
10171017
<p>Fork wire-os and its submodules.</p>
10181018
<h2 id="how">How<a class="headerlink" href="#how" title="Permanent link">&para;</a></h2>
1019-
<ol>
1020-
<li>Fork these repos. When choosing names, just replace the <code>wire-os</code> parts with the name you desire:</li>
1021-
</ol>
1022-
<p><a href="https://github.com/os-vector/wire-os">wire-os</a>
1023-
<a href="https://github.com/os-vector/wire-os-victor">wire-os-victor</a>
1024-
<a href="https://github.com/os-vector/wire-os-externals">wire-os-externals</a></p>
1025-
<ol>
1026-
<li>Let's say, for example, we called it <code>diode-os</code>, and our GitHub username is diode123. Run in a Linux terminal:</li>
1027-
</ol>
1019+
<ul>
1020+
<li>
1021+
<p>Fork these repos. When choosing names, just replace the <code>wire-os</code> parts with the name you desire:</p>
1022+
<ul>
1023+
<li><a href="https://github.com/os-vector/wire-os">wire-os</a></li>
1024+
<li><a href="https://github.com/os-vector/wire-os-victor">wire-os-victor</a></li>
1025+
<li><a href="https://github.com/os-vector/wire-os-externals">wire-os-externals</a></li>
1026+
</ul>
1027+
</li>
1028+
<li>
1029+
<p>Let's say, for example, we called it <code>diode-os</code>, and our GitHub username is diode123. Run in a Linux terminal:</p>
1030+
</li>
1031+
</ul>
10281032
<pre><code>cd ~
10291033
git clone https://github.com/diode123/diode-os --recursive
10301034
</code></pre>
1031-
<ol>
1035+
<ul>
10321036
<li>Replace the wire-os-victor submodule with yours:</li>
1033-
</ol>
1037+
</ul>
10341038
<pre><code>cd diode-os
10351039
git rm -f anki/victor
10361040
rm -rf anki/victor .git/modules/anki/victor

0 commit comments

Comments
 (0)