From ba4b8ad92a713965e8880c7a6114a13c0f00390a Mon Sep 17 00:00:00 2001 From: ITwrx Date: Wed, 26 Jun 2024 23:26:57 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df38591..d93e949 100644 --- a/README.md +++ b/README.md @@ -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`