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
1 changed files with 19 additions and 3 deletions

View File

@ -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
```