You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,34 @@ reliability.
10
10
11
11
## Installation
12
12
13
-
**Recommended:** Just download the binary from the [releases page](https://github.com/zisuu/github-actions-digest-pinner/releases)
13
+
**Recommended:** Just download the binary from the [releases page](https://github.com/zisuu/github-actions-digest-pinner/releases).
14
14
15
-
If you want you can also install it using `go`, but be aware the the `version` command will not work because the ldflags are not set during the `go install` process.
15
+
### Steps to Manually Download and Install the Binary
16
+
17
+
1. Visit the [releases page](https://github.com/zisuu/github-actions-digest-pinner/releases).
18
+
2. Download the appropriate binary for your operating system and architecture (e.g., `github-actions-digest-pinner_linux_amd64.tar.gz` for Linux 64-bit).
19
+
20
+
3. Extract the downloaded `.tar.gz` file:
21
+
22
+
```bash
23
+
tar -xvzf github-actions-digest-pinner_<os>_<arch>.tar.gz
24
+
```
25
+
26
+
Replace `<os>` and `<arch>` with your operating system and architecture.
27
+
28
+
4. Move the extracted binary to a directory in your `PATH` (e.g., `/usr/local/bin`):
If you want, you can also install it using `go`, but be aware that the `version` command will not work because the ldflags are not set during the `go install` process.
16
41
17
42
```bash
18
43
go install github.com/zisuu/github-actions-digest-pinner/cmd/github-actions-digest-pinner@latest
0 commit comments