Update README.md

This commit is contained in:
Diego Giagio 2018-10-09 17:52:49 -04:00 committed by GitHub
parent a375d4c4fa
commit ac059a24b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,8 +151,8 @@ PS C:\Users\Diego\Devel\myapp>
**More information about your self-contained application** **More information about your self-contained application**
```powershell ```powershell
PS C:\Users\Diego\Devel\myapp> "{0:N2} MB" -f ((Get-ChildItem .\bin\Release\netcoreapp2.1\win10-x64\publish -Recurse | Measure-Object -Property Length -Sum -ErrorAction Stop).Sum / 1MB) PS C:\Users\Diego\Devel\myapp> "{0:N2} MB" -f ((Get-Item myapp.exe).Length / 1MB)
65.99 MB 28.51 MB
``` ```
## Quickstart with Java ## Quickstart with Java