summaryrefslogtreecommitdiffstats
path: root/application/views/file/client.php
blob: 78a4d6a58c82cc6a82055cb65431335e1a8f81cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h1>Client</h1>

<p>
	Development (git): <?php echo anchor("https://git.server-speed.net/users/flo/fb/"); ?><br />
	Latest release: <?php echo $client_link ? anchor($client_link) : "unknown"; ?><br />
	GPG sigs, older versions: <?php echo anchor("https://paste.xinu.at/data/client"); ?>
</p>

<h2>Linux</h2>
<p>
	Arch Linux: pacman -S fb-client<br />
	Gentoo: Add <a href="https://git.holgersson.xyz/holgersson-overlay/tree/README">this overlay</a> and run <code>emerge -a fb-client</code><br />
</p>