Skip to content

Commit

Permalink
doc: pin to branch v1
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Jan 13, 2023
1 parent 05b4bb0 commit b46df6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ A Posix Shell Script (Bash-compatible) for tracking your IP address

```sh
mkdir -p ~/bin/
curl -fsSL -o ~/bin/duckdns.sh https://raw.githubusercontent.com/BeyondCodeBootcamp/DuckDNS.sh/main/duckdns.sh

my_branch="v1"
curl -fsSL -o ~/bin/duckdns.sh \
"https://raw.githubusercontent.com/BeyondCodeBootcamp/DuckDNS.sh/${my_branch}/duckdns.sh"

chmod a+x ~/bin/duckdns.sh
```

Expand Down

0 comments on commit b46df6c

Please sign in to comment.