mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 11:56:34 +05:30
feat: add git repo link
This commit is contained in:
@ -50,7 +50,7 @@ function App() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="px-5 py-10 border-b border-gray-200 flex-1 md:w-7/12">
|
<div class="px-5 py-10 border-b border-gray-200 flex flex-col flex-1 md:w-7/12">
|
||||||
<h3 class="text-3xl text-zinc-700 font-koulen">Install</h3>
|
<h3 class="text-3xl text-zinc-700 font-koulen">Install</h3>
|
||||||
<p class="mt-1 text-sm/6 text-gray-500">
|
<p class="mt-1 text-sm/6 text-gray-500">
|
||||||
Install trok to your machine using shell:
|
Install trok to your machine using shell:
|
||||||
@ -85,6 +85,24 @@ function App() {
|
|||||||
on any system
|
on any system
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex flex-1 items-end">
|
||||||
|
<p>
|
||||||
|
<a
|
||||||
|
class="text-sm/6 text-gray-500 hover:text-zinc-700"
|
||||||
|
href="https://github.com/tuxdotrs/trok"
|
||||||
|
>
|
||||||
|
Github
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a
|
||||||
|
class="text=sm/6 text-gray-500 ml-2 hover:text-zinc-700"
|
||||||
|
href="https://git.tux.rs/tux/trok"
|
||||||
|
>
|
||||||
|
Gitea
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user