Skip to content

Commit d2719a8

Browse files
committed
Changes curl instructions in the README to follow redirects.
1 parent f9cdcae commit d2719a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ that `bpkg` has been run in.
4545

4646
The latest release will always be tagged `latests`. To download the latest archive:
4747

48-
curl -o 'includes.tar.gz' 'https://github.com/potherca-bash/includes/archive/latest.tar.gz'
48+
curl -L -o 'includes.tar.gz' 'https://github.com/potherca-bash/includes/archive/latest.tar.gz'
4949
tar -xvzf 'includes.tar.gz'
5050

5151
## Usage

0 commit comments

Comments
 (0)