Update README.md

This commit is contained in:
Zachary Hall 2023-11-17 12:32:38 -08:00 committed by GitHub
parent b412d4c279
commit af10d2fb3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@ A converter to/from the B16/BMX bitmap format being developed for the Commander
This program requires ImageMagick, and Magick++ (which may come with ImageMagick) This program requires ImageMagick, and Magick++ (which may come with ImageMagick)
Steps: Steps:
1. Clone the repo 1. Clone the repo. For example: ``git clone https://github.com/catmeow72/b16converter.git b16converter``
2. cd into the repo directory 2. cd into the repo directory. For example: ``cd b16converter``
3. Run meson setup builddir 3. Run ``meson setup builddir``
4. Run meson compile -C builddir 4. Run ``meson compile -C builddir``
5. The binary is (Repo directory)/builddir/b16converter(.exe) 5. The binary is ./builddir/b16converter(.exe) where (.exe) is .exe if on Windows, and nothing on other operating systems.
## Usage ## Usage
Run the binary with the -in option specifying the input file and the -out option specifying the desired output file. Run the binary with the -in option specifying the input file and the -out option specifying the desired output file.