Skip to content

Commit 2fc87a7

Browse files
committed
Clarify dnx go default repo/branch/file behavior in docs
Updated readme.md to specify that dnx go defaults to github.com, the main branch, and program.cs or the first .cs file as the entry point when running code from a public repository. This clarifies the default host and entry file selection for users.
1 parent 8813798 commit 2fc87a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Instead of a local `.cs` file, you can pass a remote reference. The tool will do
6868
the content (when needed) and treat the resulting local file as the entry point:
6969

7070
```console
71-
# Run from a public repo (defaults to main + program.cs or first .cs)
71+
# Run from a public repo (defaults to github.com, main + program.cs or first .cs)
7272
dnx go kzu/sandbox
7373

7474
# Specific branch/tag and file

0 commit comments

Comments
 (0)