From a40b9fccc6eb293bfea94cd3c725617bff109b98 Mon Sep 17 00:00:00 2001 From: Ry Date: Sun, 31 Jul 2022 17:20:28 -0700 Subject: [PATCH] Prepare for the 1st release --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 843e9bb..1430cee 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,17 @@ **fox32asm** is a work-in-progress assembler for **fox32**. -## Usage +## Getting Started -`fox32asm ` +Stable releases are available on the [Releases page](https://github.com/fox32-arch/fox32asm/releases). + +Prebuilt binaries of the latest commit are also available on the [GitHub Actions page](https://github.com/fox32-arch/fox32asm/actions). + +### Usage + +**fox32asm** expects arguments in the following order: `fox32asm ` + +`` should end in the file extension `.fxf` if building a relocatable FXF binary, otherwise a raw binary will be generated instead. ## License -This project is licensed under the [MIT license](LICENSE). \ No newline at end of file +This project is licensed under the [MIT license](LICENSE).