Skip to content

Commit

Permalink
Fix bin name & path
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Mar 6, 2022
1 parent 6e9be2e commit 8f48eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Download the software :
cd hex2bin
cmake -DDISTRIBUTION=[debug|release] . -G"Visual Studio 17 2022"
cmake --build .
bin\hex2bin.exe -h
bin\Debug\hex2bin.exe -h

### GNU Linux
Download the software :
Expand All @@ -31,7 +31,7 @@ Download the software :
cd hex2bin
cmake -DDISTRIBUTION=[debug|release] . [-G"Ninja"]
cmake --build .
./bin/hex2bin.exe -h
./bin/hex2bin -h

### All
Supported cmake options (optional):
Expand Down

0 comments on commit 8f48eb7

Please sign in to comment.