Skip to content

Commit 3dbb31b

Browse files
committed
* Minors
1 parent 9b2f3ff commit 3dbb31b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
- [library](#library-)
2323
- [install](#install-)
2424

25-
[Autark source code repository](https://github.com/Softmotions/autark)
26-
2725
**Autark** is a self-contained build system that resides entirely within
2826
your project and requires only `/bin/sh` and a `C` compiler to work!
2927

@@ -47,6 +45,8 @@ Build rules are defined using a specialized DSL in Autark files, which is mostly
4745

4846
## Installation
4947

48+
[Autark source code repository](https://github.com/Softmotions/autark)
49+
5050
To use Autark in your project, simply copy the latest version of Autark:
5151

5252
```sh

dist/docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ <h2 id="quick-links">Quick links</h2>
311311
<li><a href="#library-">library</a></li>
312312
<li><a href="#install-">install</a></li>
313313
</ul>
314-
<p><a href="https://github.com/Softmotions/autark">Autark source code
315-
repository</a></p>
316314
<p><strong>Autark</strong> is a self-contained build system that resides
317315
entirely within your project and requires only <code>/bin/sh</code> and
318316
a <code>C</code> compiler to work!</p>
@@ -342,6 +340,8 @@ <h2 id="key-features">Key features</h2>
342340
href="https://github.com/Softmotions/iwnet">Softmotions/iwnet</a></li>
343341
</ul>
344342
<h2 id="installation">Installation</h2>
343+
<p><a href="https://github.com/Softmotions/autark">Autark source code
344+
repository</a></p>
345345
<p>To use Autark in your project, simply copy the latest version of
346346
Autark:</p>
347347
<div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="bu">cd</span> <span class="op">&lt;</span>root project folder<span class="op">&gt;</span></span>

0 commit comments

Comments
 (0)