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.