Options are -v, --version to show program's version; and -h, --help to show usage of a program.
@ -18,7 +18,7 @@ Options are -v, --version to show program's version; and -h, --help to show usag
Here is an example:
```shell
$ kwh-calc 3.68 120 30d 2h
$ kwh-cost 3.68 120 30d 2h
```
P.S.: Yeah, I pay 3.68 rubles per kWh. Which is just $0.05. :)
@ -27,8 +27,8 @@ P.S.: Yeah, I pay 3.68 rubles per kWh. Which is just $0.05. :)
### Manually
First run `make` to build a program, and then `make install` to copy executable in `/usr/bin/`. Later, use `make uninstall` to delete it, or just delete `/usr/bin/kwh-calc`.
First run `make` to build a program, and then `make install` to copy executable in `/usr/bin/`. Later, use `make uninstall` to delete it, or just delete `/usr/bin/kwh-cost`.
### For ArchLinux
You can take a [PKGBUILD](/Arav/kwh-calc/raw/branch/master/PKGBUILD) file and in a directory with it run `makepkg -i`.
You can take a [PKGBUILD](/Arav/kwh-cost/raw/branch/master/PKGBUILD) file and in a directory with it run `makepkg -i`.