From f0f9b300f489e907715b1dfdb6aaadb0c4f9b96e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 5 Aug 2022 14:29:10 -0400 Subject: allow standalong publishing --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b8b4b2b..5b1a265 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ it will iterate through all arguments and display the normalized punycode and un ```shell dotnet run -- tildÉ™.net ``` + +to get a standalone linux executable: + +```shell +dotnet publish -c Release -r linux-x64 --self-contained +``` -- cgit 1.4.1