From 0caf5011bced6cc3dcfb30db5338865b0a7eea35 Mon Sep 17 00:00:00 2001 From: makeworld Date: Tue, 15 Dec 2020 14:35:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e37e50..fbafe74 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Amfora aims to be the best looking [Gemini](https://gemini.circumlunar.space/) c 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. Use [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701) instead, and make sure it [works with UTF-8](https://akr.am/blog/posts/using-utf-8-in-the-windows-terminal). Note that some of the application colors might not display correctly on Windows, 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. +It fully passes Sean Conman's client torture test, as well as the Egsam one. ## Installation ### Binary -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 can rename the file to just `amfora` for easy access, and move it to `/usr/local/bin/`. +Download a binary from the [releases](https://github.com/makeworld-the-better-one/amfora/releases) page. On Unix-based systems you will have to make the file executable with `chmod +x `. You can rename the file to just `amfora` for easy access, and move it to `/usr/local/bin/`. On Windows, make sure you click "Advanced > Run anyway" after double-clicking, or something like that. @@ -36,7 +36,7 @@ curl -sSL https://raw.githubusercontent.com/makeworld-the-better-one/amfora/mast update-desktop-database ~/.local/share/applications ``` -Make sure to click "Watch" > "Releases only" in the top right to get notified about new releases! +Make sure to click "Watch" in the top right, then "Custom" > "Releases" to get notified about new releases! ### Arch Linux @@ -49,7 +49,7 @@ sudo pacman -S amfora ### Homebrew -If you use [Homebrew](https://brew.sh/), you can install Amfora through the official tap. +If you use [Homebrew](https://brew.sh/), you can install Amfora through the my personal tap. ``` brew tap makeworld-the-better-one/tap brew install amfora @@ -61,11 +61,11 @@ brew upgrade amfora ### From Source +This section is for advanced users who want to install the latest (possibly unstable) version of Amfora. +
Click to expand -This section is for advanced users who want to install the latest (possibly unstable) version of Amfora. - **Requirements:** - Go 1.13 or later - GNU Make