Skip to content

Commit 1c265fd

Browse files
committed
update README
1 parent 15ce65d commit 1c265fd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,17 @@ go install github.com/selfup/scnnr
160160

161161
I have a [GitLab Release Repo](https://gitlab.com/selfup/scnnr) that builds the needed artifacts using [GitLabCI](https://docs.gitlab.com/ee/ci/quick_start/)
162162

163-
Direct Link: https://gitlab.com/selfup/scnnr/-/jobs/artifacts/master/download?job=release
163+
**1. Direct Link**
164+
165+
https://gitlab.com/selfup/scnnr/-/jobs/artifacts/master/download?job=release
166+
167+
**2. cURL**
168+
169+
```bash
170+
curl -L https://gitlab.com/selfup/scnnr/-/jobs/artifacts/master/download?job=release > artifacts.zip
171+
```
172+
173+
**3. wget**
164174

165175
```bash
166176
wget https://gitlab.com/selfup/scnnr/-/jobs/artifacts/master/download?job=release -O artifacts.zip

0 commit comments

Comments
 (0)