Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev authored Jan 25, 2025
1 parent 0ac1491 commit e9a9c2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit e9a9c2d

Please sign in to comment.