git push not workink
This commit is contained in:
T4rtP1ck13 2021-06-23 18:00:33 -05:00
commit e10684f632

View file

@ -12,16 +12,11 @@ cd Terminal-Based-Calculator
and finally to run the install it, run
```sh
sudo make install
```
or to install it locally, run
```sh
make install DESTDIR=~/.local/bin DESKTOPDIR=~/.local/share/applications
bash Installer.sh
```
Execution instructions:
To execute the program you can either run `tbc` in your terminal, or go onto your desktop and click/double click on
To execute the program you can either run `CalculatorExecutable` in your terminal (located in /usr/CalculatorFiles), 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 :).