File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1919tar xvzf bagit.net.cli-linux-v0.1.0-alpha.1.tgz
2020cd bagit.net.cli
2121sudo ./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
3030Expand-Archive bagit.net.cli-win-v0.1.0-alpha.1.zip -DestinationPath .
3131cd .\bagit.net.cli
3232"C:\Program Files\BagIt.NET\bagit.net.exe" --help
You can’t perform that action at this time.
0 commit comments