From 2c4ac1ed47aad76d13fba4473d9ecbe1ec741409 Mon Sep 17 00:00:00 2001 From: dvkt Date: Wed, 18 Dec 2019 20:52:21 -0800 Subject: [PATCH] style tweak --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 580604f..f88a32b 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,15 @@ `phetch` is a terminal gopher client designed for quick keyboard navigation. It is the spiritual successor to [GILD](https://github.com/dvkt/gild). -## features +**features:** -- small (<1MB) executable for linux and macos +- small (<1MB) executable for linux and mac - technicolor design - no nonsense keyboard navigation ## usage - phetch # Show GopherHole at URL + phetch # Show Gopherhole at URL phetch -r # Print raw Gopher response. phetch -h # Show this screen. phetch -v # Show phetch version. @@ -31,6 +31,8 @@ Binaries for Linux and Mac are available at https://github.com/dvkt/phetch/releases +Just unzip/untar the `phetch` program into your $PATH get going! + You can also build from source using `cargo build --release`, if you want. ## development