From 2b794bcbeb801db15df54e6752c3bda60880a2d4 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Fri, 6 Mar 2020 12:19:42 -0600 Subject: [PATCH] add example repo to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d52ec64..a55333a 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,6 @@ A Github Action for installing Merlin32 enabling 6502/65c02/65816 assembly in yo # About Merlin32 Merlin32 is a disk image program originally by the amazing French team, Brutal Deluxe. They are not involved with this Open Source version, but I do recommend you view [their site](http://brutaldeluxe.fr/products/crossdevtools/merlin32/) for more information on Merlin32 and their other incredible tools and releases. +# Further Examples + +For a fully-integrated pipeline, see my example Apple II project here (https://github.com/digarok/apple2-assembly-github-actions-ci-example).