diff --git a/README.md b/README.md
index ed9fdaa..632cd0d 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,9 @@ Currently, 2 games are supported:
**NOTE: This is a command line application. "Double clicking" on the exe is not enough.**
-You have to copy plugins files to the app folders. See each plugin README for details.
+1. Create `plugins` and `scripts` directories inside the app folder.
+2. Copy plugins files to the respective folders. See each plugin README for details.
+3. Run the app.
### List available plugins
@@ -41,5 +43,3 @@ TF3.CommandLine.exe rebuild --script [script-name] --install-dir [game-files-dir
* Thanks to Pleonex for [Yarhl](https://scenegate.github.io/Yarhl/) and [PleOps.Cake](https://www.pleonex.dev/PleOps.Cake/).
* Other libraries used: [CommandLineParser](https://github.com/commandlineparser/commandline), [Dahomey.Json](https://github.com/dahomey-technologies/Dahomey.Json), [xxHash](https://github.com/uranium62/xxHash), [BCnEncoder.Net](https://github.com/nominom/bcnencoder.net), [ImageSharp](https://sixlabors.com/products/imagesharp/)
* Icon by [Papirus Development Team](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/).
-
-
diff --git a/src/Apps/TF3.CommandLine/TF3.CommandLine.csproj b/src/Apps/TF3.CommandLine/TF3.CommandLine.csproj
index ce92494..fa6581d 100644
--- a/src/Apps/TF3.CommandLine/TF3.CommandLine.csproj
+++ b/src/Apps/TF3.CommandLine/TF3.CommandLine.csproj
@@ -4,7 +4,7 @@
Exe
net6.0
win-x64;linux-x64;osx-x64
- linux-x64
+ win-x64
false
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 25529d5..2d4ef88 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -8,8 +8,6 @@
-
-
diff --git a/src/Libraries/TF3.Core/TF3.Core.csproj b/src/Libraries/TF3.Core/TF3.Core.csproj
index 373908b..c1d95a6 100644
--- a/src/Libraries/TF3.Core/TF3.Core.csproj
+++ b/src/Libraries/TF3.Core/TF3.Core.csproj
@@ -14,8 +14,6 @@
-
-