From 35468115a2ae49297a3459288bb6b78a63e16a26 Mon Sep 17 00:00:00 2001 From: Wizche Date: Mon, 25 Nov 2019 22:28:31 +0100 Subject: [PATCH] Added publishing info --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1c8138..c745cfe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # dhcpshot -Use [DotNetProjects.DhcpServer](https://www.nuget.org/packages/DotNetProjects.DhcpServer/) library to quickly create a predefined DHCP Server answering with a fixed IP to request coming from the interface specified by the user. E.g.: you connect your RPI in DHCP mode directly to your laptop's ethernet interface. \ No newline at end of file +Use [DotNetProjects.DhcpServer](https://www.nuget.org/packages/DotNetProjects.DhcpServer/) library to quickly create a predefined DHCP Server answering with a fixed IP to request coming from the interface specified by the user. E.g.: you connect your RPI in DHCP mode directly to your laptop's ethernet interface. + +## Publish + +Generate self-contained executable for all platforms. +``` +dotnet publish -r win10-x64 -c release /p:PublishSingleFile=true +dotnet publish -r osx-x64 -c release /p:PublishSingleFile=true +dotnet publish -r linux-x64 -c release /p:PublishSingleFile=true +``` \ No newline at end of file