diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-08-02 23:07:39 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-08-02 23:07:39 +0200 |
commit | ae244fdb9fd28db4e1323b5d4da5803699be3412 (patch) | |
tree | b35574989aae4e75cd7f469e0c93c8199467ffe6 /application/views | |
parent | e04c65eec75293177767b02d9ed4d26676e1890f (diff) |
Add os x install instructions for client
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/file/client.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php index 4bebb0b3f..19e6a01fb 100644 --- a/application/views/file/client.php +++ b/application/views/file/client.php @@ -19,14 +19,18 @@ machine <?php echo $domain; ?> login my_username password my_secret_password <code>man 1 fb</code> for further details. </p> -<h2>Packages</h2> - +<h2>Linux</h2> <p> Arch Linux: pacman -S fb-client<br /> Debian: <?php echo anchor($client_link_deb); ?><br /> Slackware: <?php echo anchor($client_link_slackware); ?> </p> +<h2>OS X</h2> +<p> + Get <a href="http://brew.sh">Homebrew</a> and run <code>brew install fb-client</code>. +</p> + <h1>Shell</h1> <pre> |