Update 'README.md'
This commit is contained in:
parent
329da89904
commit
ba4b8ad92a
|
@ -2,7 +2,7 @@
|
|||
|
||||
A tiny cli program written in Nim to calculate how much money a device will cost in electricity for a given number of days. Written and tested for linux. There may not be anything OS specific, but i haven't paid any attention to that.
|
||||
|
||||
# Building from source
|
||||
# Building from source?
|
||||
You will need Nim installed, which also contains Nimble, the Nim package manager.
|
||||
|
||||
install the termstyle dependency: `nimble install termstyle`
|
||||
|
@ -14,8 +14,8 @@ copy the binary to `~/.local/bin` and make it executable.
|
|||
run the program from any location in the terminal with: `./watts_to_dollars`
|
||||
|
||||
|
||||
# Running the binary
|
||||
Download watts_to_dollars_x86_64_linux_bin
|
||||
# OR Just Download and Run the binary
|
||||
Download `watts_to_dollars_x86_64_linux_bin`
|
||||
|
||||
Rename it if you want and copy it to `~/.local/bin`
|
||||
|
||||
|
|
Loading…
Reference in New Issue