Skip to content

Commit 54d28b7

Browse files
authored
Update README.md
1 parent 14fcb6a commit 54d28b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
### Linux
1616

1717
```bash
18-
wget https://github.com/dmnyu/bagit.net/releases/v0.1.0-alpha.1/bagit.net.cli-linux-v0.1.0-alpha.1.tgz
18+
wget https://github.com/dmnyu/bagit.net/releases/download/v0.1.0-alpha.1/bagit.net.cli-linux-v0.1.0-alpha.1.tgz
1919
tar xvzf bagit.net.cli-linux-v0.1.0-alpha.1.tgz
2020
cd bagit.net.cli
2121
sudo ./install.sh
@@ -26,7 +26,7 @@ bagit.net --help
2626
### Windows
2727

2828
```powershell
29-
Invoke-WebRequest -Uri https://github.com/dmnyu/bagit.net/releases/v0.1.0-alpha.1/bagit.net.cli-win-v0.1.0-alpha.1.zip -OutFile bagit.net.cli-win-v0.1.0-alpha.1.zip
29+
Invoke-WebRequest -Uri https://github.com/dmnyu/bagit.net/releases/download/v0.1.0-alpha.1/bagit.net.cli-win-v0.1.0-alpha.1.zip -OutFile bagit.net.cli-win-v0.1.0-alpha.1.zip
3030
Expand-Archive bagit.net.cli-win-v0.1.0-alpha.1.zip -DestinationPath .
3131
cd .\bagit.net.cli
3232
"C:\Program Files\BagIt.NET\bagit.net.exe" --help

0 commit comments

Comments
 (0)