From 84efeb5d9cbd46d2bb919b37c70cb4978a0c20b4 Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 2 Sep 2020 14:06:38 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d5ee3..c02d3f3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ It fully passes Sean Conman's client torture test, including the new Unicode tes ### 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 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 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/`. On Windows, make sure you click "Advanced > Run anyway" after double-clicking, or something like that. @@ -66,6 +66,7 @@ Note that the Makefile currently assumes that git is available, and that it is i ```shell git clone https://github.com/makeworld-the-better-one/amfora cd amfora +# git checkout v1.2.3 # Optionally pin to a specific version instead of the latest commit make sudo make install # Not for Windows! sudo make desktop # Optional, installs .desktop file. Not for Windows or macOS