From 59116bd2d6ec1ad89409269b555ade5dc99c4db6 Mon Sep 17 00:00:00 2001 From: Kamila Szewczyk Date: Sun, 8 Oct 2023 18:36:44 +0200 Subject: [PATCH] update readme --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a07a85..91dcf7c 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,27 @@ A C programming SDK for the TI-83 calculator. Includes pre-configured build syst ## Requirements -- SDCC -- GNU Make +- A GNU/Linux system. - TilEm -- RabbitSign +- SDCC ## Status WIP. + +## Usage + +Initialise the build environment: + +```bash +git clone https://git.palaiologos.rocks/Palaiologos/ti83-sdk +cd ti83-sdk +make init +make +``` + +Run the pre-supplied program: + +```bash +make try +```