From 7500d33de9b2272f88e9b449b8372e1caa6af7c4 Mon Sep 17 00:00:00 2001 From: makeworld Date: Sat, 27 Jun 2020 16:41:13 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README=20windows=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d95fe41..77e3266 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,17 @@ Amfora aims to be the best looking [Gemini](https://gemini.circumlunar.space/) client with the most features... all in the terminal. It does not support Gopher or other non-Web protocols - check out [Bombadillo](http://bombadillo.colorfield.space/) for that. -It also aims to be completely cross platform, with full Windows support. If you're on Windows, I would not recommend using the default terminal software. Maybe use [Cmder](https://cmder.net/) instead? +It also aims to be completely cross platform, with full Windows support. If you're on Windows, I would not recommend using the default terminal software. Maybe use [Cmder](https://cmder.net/) instead. Note that some of the application colors will not display correctly on most Windows terminals, but all functionality will still work. It fully passes Sean Conman's client torture test, including the new Unicode tests. It mostly passes the Egsam test. ## Installation -Download a binary from the [releases](https://github.com/makeworld-the-better-one/amfora/releases) page. On Unix-based systems you might have to make the binary executable with `chmod +x `. On Windows, make sure you click "Advanced > Run anyway" after double-clicking, or something like that. +Download a binary from the [releases](https://github.com/makeworld-the-better-one/amfora/releases) page. On Unix-based systems you might have to make the file executable with `chmod +x `. You should also move the binary to `/usr/local/bin`. -Unix systems can install the desktop entry file to get Amfora to appear when they search for applications (*this doesn't entirely work yet*): +On Windows, make sure you click "Advanced > Run anyway" after double-clicking, or something like that. + +Unix systems can install the desktop entry file to get Amfora to appear when they search for applications: ```bash curl -sSL https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/amfora.desktop -o ~/.local/share/applications/amfora.desktop update-desktop-database ~/.local/share/applications