Update README.md

This commit is contained in:
Diego Giagio 2018-10-15 23:36:59 +02:00 committed by GitHub
parent 07845ebf7a
commit 3ad1a26278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,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. If you save `warp-packer` in a directory in your PATH, you only need to download it once.
```sh ```sh
dgiagio@X1:~/Devel/myapp$ curl -Lo warp-packer https://github.com/dgiagio/warp/releases/download/v0.1.1/linux-x64.warp-packer dgiagio@X1:~/Devel/myapp$ curl -Lo warp-packer https://github.com/dgiagio/warp/releases/download/v0.2.1/linux-x64.warp-packer
dgiagio@X1:~/Devel/myapp$ chmod +x warp-packer dgiagio@X1:~/Devel/myapp$ chmod +x warp-packer
``` ```
@ -79,7 +79,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. If you save `warp-packer` in a directory in your PATH, you only need to download it once.
```sh ```sh
Diegos-iMac:myapp dgiagio$ curl -Lo warp-packer https://github.com/dgiagio/warp/releases/download/v0.1.1/macos-x64.warp-packer Diegos-iMac:myapp dgiagio$ curl -Lo warp-packer https://github.com/dgiagio/warp/releases/download/v0.2.1/macos-x64.warp-packer
Diegos-iMac:myapp dgiagio$ chmod +x warp-packer Diegos-iMac:myapp dgiagio$ chmod +x warp-packer
``` ```
@ -131,7 +131,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. If you save `warp-packer` in a directory in your PATH, you only need to download it once.
```powershell ```powershell
PS C:\Users\Diego\Devel\myapp> [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" ; Invoke-WebRequest https://github.com/dgiagio/warp/releases/download/v0.1.1/windows-x64.warp-packer.exe -OutFile warp-packer.exe PS C:\Users\Diego\Devel\myapp> [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" ; Invoke-WebRequest https://github.com/dgiagio/warp/releases/download/v0.2.1/windows-x64.warp-packer.exe -OutFile warp-packer.exe
``` ```
**Create your self-contained application** **Create your self-contained application**