Skip to content

Commit 75c214a

Browse files
authored
Update README.md
Signed-off-by: Caden F <cfinke895@west-mec.edu>
1 parent 6bdad54 commit 75c214a

1 file changed

Lines changed: 60 additions & 22 deletions

File tree

README.md

Lines changed: 60 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,66 @@
99
</div>
1010

1111
<div align="center">
12+
<br />
13+
<div align="center">
14+
<img src="https://img.shields.io/github/languages/top/wmec-it/RSCS?style=plastic&logo=rust&logoColor=%23f57e20&color=%23f57e20" />
15+
<img src="https://img.shields.io/github/languages/count/wmec-it/RSCS?style=plastic" />
16+
</div>
17+
<div align="center">
18+
<img src="https://img.shields.io/github/commit-activity/w/wmec-it/RSCS?style=plastic" />
19+
<img src="https://img.shields.io/github/contributors/wmec-it/RSCS?style=plastic" />
20+
</div>
21+
</div>
22+
23+
<div align="left">
24+
<h1>Table of Contents</h1>
1225
<div id="toc">
1326
<ul style="list-style: none;">
14-
<summary>
15-
<h2 align="center">Dev Setup on Windows</h2>
16-
</summary>
27+
<li>
28+
<a href="#section--development">Development</a>
29+
<ul>
30+
<li>
31+
<a href="#section--development-setup">Setup</a>
32+
<ul>
33+
<li>
34+
<a href="#section--development-setup-dependencies">Dependencies</a>
35+
<ul>
36+
<li>
37+
<a href="#section--development-setup-dependencies-windows">Windows</a>
38+
</li>
39+
<li>
40+
<a href="#section--development-setup-dependencies-linux">Linux</a>
41+
</li>
42+
</ul>
43+
</li>
44+
</ul>
45+
</li>
46+
</ul>
47+
</li>
1748
</ul>
1849
</div>
1950
</div>
2051

52+
<section id="section--development">
53+
<h1>Development</h1>
54+
<section id="section--development-setup">
55+
<h2>Setup</h2>
56+
<section id="section--development-setup-dependencies">
57+
<h3>Dependencies</h3>
58+
<section id="section--development-setup-dependencies-windows">
59+
<h4>Windows</h4>
2160
<ol>
2261
<li>
2362
<div>
24-
<a href="https://rustup.rs/">
63+
<span>Install </span>
64+
<a href="https://rustup.rs/" id="def--rustup">
2565
<span>Rustup</span>
26-
<img src="https://developer.fedoraproject.org/static/logo/rust.png" alt="" width=15 />
2766
</a>
67+
<span><sup><a href="#def--rustup">[1]</a></sup> from their website<sup><a href="#def--rustup">[1]</a></sup>.</span>
2868
<ul>
2969
<li>
3070
<p>
31-
Or run: <pre><code>winget install -e --id Rustlang.Rustup</code></pre>
71+
Or install via <a href="https://github.com/microsoft/winget-cli">Winget</a>: <pre><code>winget install -e --id Rustlang.Rustup</code></pre>
3272
</p>
3373
</li>
3474
</ul>
@@ -48,23 +88,10 @@
4888
</div>
4989
</li>
5090
</ol>
91+
</section>
5192

52-
<div align="center">
53-
<div id="toc">
54-
<ul style="list-style: none;">
55-
<summary>
56-
<h2 align="center">Dev Setup on Linux</h2>
57-
</summary>
58-
</ul>
59-
</div>
60-
</div>
61-
62-
> [!TIP]
63-
> After setting it up, you should also install `tokei` to see the repo's code stats.
64-
> ```sh
65-
> tokei .
66-
> ```
67-
93+
<section id="section--development-setup-dependencies-linux">
94+
<h4>Linux</h4>
6895
<table align="center">
6996
<thead>
7097
<tr>
@@ -125,6 +152,17 @@ sudo apt install mingw-w64</code></pre>
125152
</tr>
126153
</tbody>
127154
</table>
155+
</section>
156+
</section>
157+
158+
> [!TIP]
159+
> After setting it up, you should also install `tokei` to see the repo's code stats.
160+
> ```sh
161+
> tokei .
162+
> ```
163+
164+
</section>
165+
</section>
128166
129167
## Builds
130168

0 commit comments

Comments
 (0)