From 8e3ac523312db5ac57e7c0940801e2516daa30fb Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 23 Jul 2021 09:20:28 -0700 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8dfbf7f --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Build & Install Cadius Action + +This action will build and install the Cadius tool for creating and modifying Apple II ProDOS disk images. + +* The tip-of-tree version from https://github.com/mach-kernel/cadius is used. +* Cadius is built and installed, so later steps can use `cadius` commands directly. + +The action has no inputs or outputs.