Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 827 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 827 Bytes

Installation instructions: Open up your terminal application, Then type in

git clone https://github.com/T4rtP1ck13/Terminal-Based-Calculator

this downloads the folder with all the necessary files, next you have to go into the folder we downloaded to do this type in

cd Terminal-Based-Calculator

and finally to run the install it, run

sudo make install

or to install it locally, run

make install DESTDIR=~/.local/bin DESKTOPDIR=~/.local/share/applications

Execution instructions: To execute the program you can either run tbc in your terminal, or go onto your desktop and click/double click on Calculator.

NOTE: This calculator is only for fun to test out my coding skills, Please report issues in the issue tab so I can fix them. Please don't be rude in the issues tab :).