Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 575 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 575 Bytes

AlteMatrix

The CLI version of the AlteMatrix program.

The program is still in the preview stage but for now, you can try compiling the application yourself by running the following commands:

Clone

git clone https://github.com/AyomideA-S/AlteMatrix.git
cd AlteMatrix

Build

gcc altematrix.c -o altematrix

or

clang altematrix.c -o altematrix 

Usage

altematrix --help
altematrix command [options]

Issues, suggestions and contributions are also welcomed.