update readme

This commit is contained in:
Kamila Szewczyk 2023-10-08 18:36:44 +02:00
parent f10dd4afce
commit 59116bd2d6
Signed by: Palaiologos
GPG Key ID: E34D7BADA3DACC14

View File

@ -4,11 +4,27 @@ A C programming SDK for the TI-83 calculator. Includes pre-configured build syst
## Requirements ## Requirements
- SDCC - A GNU/Linux system.
- GNU Make
- TilEm - TilEm
- RabbitSign - SDCC
## Status ## Status
WIP. 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
```