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

How to run on Linux #1

Closed
aloisdg opened this issue Mar 2, 2022 · 0 comments
Closed

How to run on Linux #1

aloisdg opened this issue Mar 2, 2022 · 0 comments
Assignees

Comments

@aloisdg
Copy link
Member

aloisdg commented Mar 2, 2022

Hello,

Quick guide to run on Linux:

  • Git clone
  • dotnet publish -c Release -f net6.0 -r linux-x64 --self-contained true
  • sudo cp ./ExtLauncher/bin/Release/net6.0/linux-x64/publish/ExtLauncher /usr/local/bin/extLauncher
  • Restart your Terminal
  • command -v extLauncher should output /usr/local/bin/extLauncher

Tested on Manjaro but should work on your favorite distro too.

@aloisdg aloisdg closed this as completed Mar 21, 2022
@aloisdg aloisdg self-assigned this Mar 21, 2022
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

No branches or pull requests

1 participant