Update 'README.md'

This commit is contained in:
ITwrx 2024-07-04 10:55:24 -05:00
parent 0c822840fa
commit 27f7d611e0
1 changed files with 3 additions and 1 deletions

View File

@ -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.