From 888242f1d49cb79e7f08c90b73caecbb87573490 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 19 May 2024 08:40:20 +0200 Subject: [PATCH] Fixing URLs to warp-packer in README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 391172c..de76d12 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ dgiagio@X1:~/Devel/myapp$ chmod +x launch If you save `warp-packer` in a directory in your PATH, you only need to download it once. ```sh dgiagio@X1:~/Devel/myapp$ cd .. -dgiagio@X1:~/Devel$ curl -Lo warp-packer https://github.com/dgiagio/warp/releases/download/v0.3.0/linux-x64.warp-packer +dgiagio@X1:~/Devel$ curl -Lo warp-packer https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/linux-x64.warp-packer dgiagio@X1:~/Devel$ chmod +x warp-packer ``` @@ -164,7 +164,7 @@ Diegos-iMac:myapp dgiagio$ chmod +x launch If you save `warp-packer` in a directory in your PATH, you only need to download it once. ```sh Diegos-iMac:myapp dgiagio$ cd .. -Diegos-iMac:Devel dgiagio$ curl -Lo warp-packer https://github.com/dgiagio/warp/releases/download/v0.3.0/macos-x64.warp-packer +Diegos-iMac:Devel dgiagio$ curl -Lo warp-packer https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/macos-x64.warp-packer Diegos-iMac:Devel dgiagio$ chmod +x warp-packer ``` @@ -245,7 +245,7 @@ EXIT /B %ERRORLEVEL% If you save `warp-packer` in a directory in your PATH, you only need to download it once. ```powershell PS C:\Users\Diego\Devel\myapp> cd .. -PS C:\Users\Diego\Devel> [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" ; Invoke-WebRequest https://github.com/dgiagio/warp/releases/download/v0.3.0/windows-x64.warp-packer.exe -OutFile warp-packer.exe +PS C:\Users\Diego\Devel> [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" ; Invoke-WebRequest https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/windows-x64.warp-packer.exe -OutFile warp-packer.exe ``` **Create your self-contained application** @@ -293,7 +293,7 @@ The application should be published to `bin/Release/netcoreapp2.1/linux-x64/publ If you save `warp-packer` in a directory in your PATH, you only need to download it once. ```sh -dgiagio@X1:~/Devel/myapp$ curl -Lo warp-packer https://github.com/dgiagio/warp/releases/download/v0.3.0/linux-x64.warp-packer +dgiagio@X1:~/Devel/myapp$ curl -Lo warp-packer https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/linux-x64.warp-packer dgiagio@X1:~/Devel/myapp$ chmod +x warp-packer ``` @@ -345,7 +345,7 @@ The application should be published to `bin/Release/netcoreapp2.1/osx-x64/publis If you save `warp-packer` in a directory in your PATH, you only need to download it once. ```sh -Diegos-iMac:myapp dgiagio$ curl -Lo warp-packer https://github.com/dgiagio/warp/releases/download/v0.3.0/macos-x64.warp-packer +Diegos-iMac:myapp dgiagio$ curl -Lo warp-packer https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/macos-x64.warp-packer Diegos-iMac:myapp dgiagio$ chmod +x warp-packer ``` @@ -397,7 +397,7 @@ The application should be published to `bin/Release/netcoreapp2.1/win10-x64/publ If you save `warp-packer` in a directory in your PATH, you only need to download it once. ```powershell -PS C:\Users\Diego\Devel\myapp> [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" ; Invoke-WebRequest https://github.com/dgiagio/warp/releases/download/v0.3.0/windows-x64.warp-packer.exe -OutFile warp-packer.exe +PS C:\Users\Diego\Devel\myapp> [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" ; Invoke-WebRequest https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/windows-x64.warp-packer.exe -OutFile warp-packer.exe ``` **Create your self-contained application** @@ -507,7 +507,7 @@ Hello, world. If you save `warp-packer` in a directory in your PATH, you only need to download it once. ```bash -$ wget -O warp-packer https://github.com/dgiagio/warp/releases/download/v0.3.0/linux-x64.warp-packer +$ wget -O warp-packer https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/linux-x64.warp-packer $ chmod +x ./warp-packer ```