Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 748 Bytes

README.MD

File metadata and controls

26 lines (20 loc) · 748 Bytes

Simple Bin Calculator

A simple calculator was wrote by @NguyenAnhTuan, enjoy it! You add a "operator" and "operands" and let tunacalc calculates them.

About

Why I write this progmra? because it is how I learn to build a cli in Linux, and interact some essential things before I go to more advanced.

Install

From github

# Download
curl -L -o tunacalc_linux_x86_64.tar.gz https://github.com/NguyenAnhTuan1912/simple-bin-calculator/releases/latest/download/tunacalc_linux_x86_64.tar.gz

# Decompress and Unzip
gzip -d tunacalc_linux_x86_64.tar.gz
tar -xf tunacalc_linux_x86_64.tar

# Install
sudo bin/install

After you install successfully, you can use

# Run with --help option to get information
tunacalc --help