Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 729 Bytes

Lines

A simple clone of the Lines tube status app written in the Red Programming Language.

Installation

You need to install the Red programming language first before building this program

Download Red below:

Red Windows/Mac/Linux

or via Homebrew:

brew cask install red

Once you have Red installed on your system clone this repo and head to the building section.

Building

Clone this repo and run:

red -c -r Lines.red

Tested on macOS with Red 0.6.4 stable.

Note this command should work on Windows and Mac. However, since GUI support is not available on Linux, This clone of lines is not supported for now.

License

MIT