Update README.md
This commit is contained in:
parent
a375d4c4fa
commit
ac059a24b0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user