Skip to content

Commit dc3121f

Browse files
authored
Update README.md
1 parent ca6f8a1 commit dc3121f

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)