Skip to content

Commit c3b837e

Browse files
authored
Merge pull request #379 from filipw/filipw-patch-1
Fixed documentation error
2 parents ca6f8a1 + dc3121f commit c3b837e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Dotnet-Script can create a standalone executable or DLL for your script.
250250
The executable you can run directly independent of dotnet install, while the DLL is can be run using the dotnet CLI like this:
251251

252252
```shell
253-
dotnet publish\myscript.dll -- arg1 arg2
253+
dotnet script exec {path_to_dll} -- arg1 arg2
254254
```
255255

256256
### Caching

0 commit comments

Comments
 (0)