Skip to content

Commit

Permalink
Fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Dec 26, 2023
1 parent 1778f58 commit eb12e2d
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 @@ -30,7 +30,7 @@ Download the software :
git clone https://github.com/Keidan/hex2bin.git
cd hex2bin
cmake -S . -B build -DDISTRIBUTION=[debug|release] -G"Visual Studio 17 2022"
cmake --build .
cmake --build build
bin\Debug\hex2bin.exe -h

### GNU Linux
Expand All @@ -41,7 +41,7 @@ Download the software :
git clone https://github.com/Keidan/hex2bin.git
cd hex2bin
cmake -S . -B build -DDISTRIBUTION=[debug|release] -G"Ninja"
cmake --build .
cmake --build build
./bin/hex2bin -h

### All
Expand Down

0 comments on commit eb12e2d

Please sign in to comment.