Skip to content

Commit c8e912e

Browse files
committed
Cleanup readme
1 parent 0770b60 commit c8e912e

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

readme.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ dnx go clean kzu/sandbox
9898
dnx go clean kzu/sandbox@main:program.cs
9999
```
100100

101-
The go-specific switches support both bare and `--go-` prefixed forms for consistency:
102-
103-
- `--debug` / `--go-debug`
104-
- `--r2r` / `--go-r2r`
105-
106101
Behavior follows the chosen command:
107102

108103
* Default command: downloads (if needed) then `dotnet publish` + execute (AOT by default).
@@ -113,9 +108,7 @@ Arguments after `--` (or all trailing args) are forwarded exactly as with local
113108
## Cache and cleaning
114109

115110
`go#` caches build and publish outputs per entry-point file under the
116-
user's temp area (`%TEMP%\dotnet\go` on Windows,
117-
`~/.local/share/dotnet/go` on Linux, `~/Library/Application Support/dotnet/go` on macOS), which is what makes
118-
unchanged re-runs near-instant.
111+
user's temp area, which is what makes unchanged re-runs near-instant.
119112

120113
```console
121114
# Delete the cached artifacts for a single app (next run rebuilds)

0 commit comments

Comments
 (0)