From 2ecb4d1a552cc202ebbf0fc2248ed8da02205a68 Mon Sep 17 00:00:00 2001 From: makeworld Date: Thu, 18 Jun 2020 19:25:08 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20install=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b6737a6..66fc668 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ It also aims to be completely cross platform, with full Windows support. If you' It fully passes Sean Conman's client torture test, with exception of the alternate encodings section, as only UTF-8 and ASCII are supported. It mostly passes the Egsam test. +## Installation + +Download a binary from the [releases](https://github.com/makeworld-the-better-one/amfora/releases) page. On POSIX 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. + ## Usage Just call `amfora` or `amfora ` on the terminal. On Windows it might be `amfora.exe` instead.