We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd89b3a commit 594879aCopy full SHA for 594879a
1 file changed
README.md
@@ -6,7 +6,7 @@ The tool was mainly created to extract some images used by CCP in the EVE Online
6
## Usage
7
You can either download the compiled source from the releases or compile it from source.
8
9
-Example: `EveAssetExtractor --game-dir=c:\CCP\EVE --output-dir=c:\temp\assets`
+Example: `EveAssetExtractor --game-dir="c:\CCP\EVE" --output-dir="c:\temp\assets"`
10
11
## Compile
12
Use .NET 8 to compile simply clone this repo and run `dotnet build`
0 commit comments