From 160bf62bd6cbe624d7915953b36cc10499feaed7 Mon Sep 17 00:00:00 2001 From: Dmitry Golubenkov <31821994+DmitryGolubenkov@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:28:36 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6309b3..21a2eca 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ You can download SharpDockerizer from GitHub: [Releases](https://github.com/Dmit 1. Clone the repository. 2. Open terminal in `src/SharpDockerizer.AvaloniaUI`. -3. Use `dotnet publish --configuration Release` to build the application. Built application will be avaliable in `src/SharpDockerizer.AvaloniaUI/bin/Release/net8.0/publish` folder, executable is named `SharpDockerizer.exe`. -4. Launch application. +3. Use `dotnet publish --configuration Release` to build the application. Built application will be avaliable in `src/SharpDockerizer.AvaloniaUI/bin/Release/net8.0/publish` folder, executable is named `SharpDockerizer.exe` for Windows and just `SharpDockerizer` for other systems. +4. Launch application. From here you can rename `publish` folder and copy it to preferred location.