Skip to content

Commit

Permalink
Add Releases link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsoutar committed Nov 9, 2019
1 parent 3807062 commit a5eb67b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A compiler for turning a BASIC superset into native executables and/or web code.

It's based on .NET Core 3 and supports Windows, macOS & Linux

## What and why?

SuperBAS is based on ZX BASIC, designed to simplify complex parts and add commands for interfacing with modern operating systems.
Expand All @@ -19,7 +21,7 @@ SuperBAS fixes that! It is designed to match your nostalgia for older BASIC lang

## Usage

Download a release for your platform, run it like so:
Download [a release for your platform](https://github.com/adamsoutar/SuperBAS/releases), run it like so:

```bash
./SuperBas test.bas Program.cs native
Expand Down

0 comments on commit a5eb67b

Please sign in to comment.