From ddfb891755e702bbbac923fcc44aabb9b728ee4a Mon Sep 17 00:00:00 2001 From: chotrin Date: Thu, 25 Mar 2021 22:38:28 -0400 Subject: [PATCH] Updated README. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29e03fa..9ce32ba 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ this cookbook is offered under the compatible [MIT License](LICENSE). Clone this git repository, including the go6502 submodule, via: ``` -git clone --recurse-submodules https://git.intrfc.com/chotrin/go6502-cookbook.git +git clone --recurse-submodules https://git.sr.ht/~chotrin/go6502-cookbook ``` The programs may be built by `cd`ing into the appropriate directory and -executing `go6502 program.cmd`. +executing: +``` +go6502 program.cmd +``` ## cookbook structure. -- 2.45.2