Skip to content

Commit d1fa89b

Browse files
authored
Merge pull request #31 from micro-editor/pipe-to-shell
Flag the "pipe to shell" installation method as third party
2 parents 20e0340 + 1225fb6 commit d1fa89b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,13 @@
6060
<p style="font-weight:bold;" class="lead heading">micro</p>
6161
<p class="lead">a modern and intuitive terminal-based text editor</p>
6262
<p><a class="btn btn-lg btn-success" href="https://github.com/micro-editor/micro/releases/latest" role="button">Download</a></p>
63-
<pre style="max-width:20em;clear:both;text-align:center;margin:0 auto"><code id="selectable" onclick="selectText(this)">curl https://getmic.ro | bash</code></pre><br>
64-
<a class="github-button" href="https://github.com/micro-editor/micro" data-size="large" data-show-count="true" aria-label="Star micro-editor/micro on GitHub">Star</a>
65-
<p><a style='font-size: 16px;' href="https://github.com/micro-editor/micro#installation">See detailed installation instructions</a></p>
63+
<p>
64+
<a style='font-size: 16px;' class="github-button" href="https://github.com/micro-editor/micro" data-size="large" data-show-count="true" aria-label="Star micro-editor/micro on GitHub">Star</a>
65+
<br>
66+
<a style='font-size: 16px;' href="https://github.com/micro-editor/micro#installation">See detailed installation instructions</a>
67+
</p>
68+
<p>Third party <i>pipe to shell</i> script (<b>not under the control of micro</b>):</p>
69+
<pre style="max-width:20em;clear:both;text-align:center;margin:0 auto"><code id="selectable" onclick="selectText(this)">curl https://getmic.ro | bash</code></pre>
6670
</div>
6771
<hr>
6872

0 commit comments

Comments
 (0)