From e9a9c2daf9dbb9423c72877a321cd430a957d980 Mon Sep 17 00:00:00 2001 From: Ahmedhossam <99441866+Ahmedhossamdev@users.noreply.github.com> Date: Sat, 25 Jan 2025 06:37:56 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dea0c12..39523b9 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,17 @@ Download the pre-built binary for your operating system from the [Releases page] 1. Download the binary for your platform (e.g., `printlayout-linux-amd64` or `printlayout-darwin-amd64`). 2. Make the binary executable: +3. ```bash chmod +x printlayout-linux-amd64 ``` -3. Move the binary to a directory in your `PATH` (e.g., `/usr/local/bin`): +4. Move the binary to a directory in your `PATH` (e.g., `/usr/local/bin`): +5. ```bash sudo mv pr-linux-amd64 /usr/local/bin/printlayout ``` -4. Run the program: +6. Run the program: +7. ```bash pr -dir /path/to/your/folder or pr to print the current dir ```