Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct order of dotnet script register command in readme #678

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

CBielstein
Copy link
Contributor

Description

Corrects documentation of the dotnet-script register command introduced by #431.

Since this is invoking dotnet-script"s register command, it should be dotnet script register or dotnet-script regster instead of dotnet register script.

I also corrected a grammatical error on the same line.

Verification

On my local machine with dotnet-script installed at version 1.3.1, I get the following output:

>dotnet-script --version
1.3.1

>dotnet register script
Could not execute because the specified command or file was not found.
Possible reasons for this include:
  * You misspelled a built-in dotnet command.
  * You intended to execute a .NET program, but dotnet-register does not exist.
  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.

>dotnet script register
...[Registered]

@filipw filipw merged commit 2389f6d into dotnet-script:master Aug 4, 2022
@filipw
Copy link
Member

filipw commented Aug 4, 2022

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants