From 27f7d611e0d0584fede07b98b4636592dcb03209 Mon Sep 17 00:00:00 2001 From: ITwrx Date: Thu, 4 Jul 2024 10:55:24 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b506453..64f9d2d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ A tiny cli program written in Nim to calculate how much money a device will cost # 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` +-- Make it executable: `chmod +x watts_to_dollars_x86_64_linux_bin` (or use GUI file manager) + +-- Rename it if you want, and copy it to `~/.local/bin` -- Run the program from any location in the terminal with: `./watts_to_dollars` or whatever you renamed it.