We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffccfcf commit a385b4cCopy full SHA for a385b4c
1 file changed
README.md
@@ -27,3 +27,12 @@ Example:
27
28
`shsn.exe 9000 "C:\Users\Admin\My Certs\localhost.pfx" 1234`
29
30
+## Publish and Packing
31
+
32
+Binaries has been published and packed using `dotnet publish` and `dotnet-warp` respectively.
33
34
+To publish this project, go to folder that contains `SimpleHTTPServer.csproj`:
35
36
+`dotnet publish`
37
38
+Then download [dotnet-warp](https://github.com/dgiagio/warp) and follow its example.
0 commit comments