From e1b26ae287a8feee76361c7aadb9b79ae68f3b2c Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sat, 10 Aug 2019 21:38:08 +0200 Subject: [PATCH] readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77f842263..219c164d0 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,13 @@ Rapid edit-compile-run-debug cycle: It is mainly targeted at the Commodore-64 machine at this time. Contributions to add support for other 8-bit (or other?!) machines are welcome. -Documentation is online at https://prog8.readthedocs.io/ +Documentation/manual +-------------------- +See https://prog8.readthedocs.io/ -Required tools: ---------------- +Required tools +-------------- [64tass](https://sourceforge.net/projects/tass64/) - cross assembler. Install this on your shell path. A recent .exe version of this tool for Windows can be obtained from my [clone](https://github.com/irmen/64tass/releases) of this project.