Installing on Mac OS #10
-
|
When I try to run under terminal, it says that it is a directory and not an ap? I feel like I am doing something fundamentally wrong but I'm a dotnet newbie and I can't figure it out Matthews-Mac-Pro:~ matthewlipscomb$ ~/Applications/2_DiscChanger.NET-1.5.1 dotnet run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for your question. See: https://stackoverflow.com/questions/40643506/how-do-i-execute-a-net-core-console-app-on-mac-os In this case, it would be: go to folder containing DiscChanger.NET.dll using the cd command. |
Beta Was this translation helpful? Give feedback.
Thanks for your question. See: https://stackoverflow.com/questions/40643506/how-do-i-execute-a-net-core-console-app-on-mac-os
In this case, it would be: go to folder containing DiscChanger.NET.dll using the cd command.
then type:
dotnet DiscChanger.Net.dll
assuming dotnet is in your PATH, if not you will probably need to include it in your PATH or type the full pathname to the dotnet binary.
It will then print the URL to access the web page. Use your web browser (chrome/safari) to go to that URL and start setting up your changer. Good luck. If you have any more questions please post to this thread.