Skip to content

Commit

Permalink
Docs: README update (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Jul 25, 2024
1 parent 739589e commit 70588c2
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,30 @@

## Supported platforms

| OS | Architectures | Additional Instructions |
|------------------------|------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
| [Windows](./bin/win32) | • x64<br>• x86 | |
| [macOS](./bin/darwin) | • arm64 (Apple Silicon)<br>• x64 (Intel) | [SDL2](https://www.libsdl.org/) is required to be installed separately:<br><pre>brew install sdl2</pre> |
| [Linux](./bin/linux) | • x64<br>• x86<br>• arm (armhf)<br>• arm64 (aarch64) | |
| OS | Architectures | Additional Instructions |
|------------------------|------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Windows](./bin/win32) | • x64<br>• x86 | |
| [macOS](./bin/darwin) | • arm64 (Apple Silicon)<br>• x64 (Intel) | [SDL2](https://www.libsdl.org/) is required to be installed separately:<br><pre>brew install sdl2</pre> |
| [Linux](./bin/linux) | • x64<br>• x86<br>• arm (armhf)<br>• arm64 (aarch64) | [SDL2](https://www.libsdl.org/) is required to be installed separately:<ul><li>Debian: `apt-get install libsdl2-2.0-0`</li><li>Gentoo: `emerge libsdl2`</li><li>Red Hat: `dnf install SDL2`</li></ul> |

Any `chdman` that exists on your `$PATH` will be preferred over the bundled binaries. This lets you control the build that is right for your machine.

## Running

You can easily run the `chdman` binary for your OS from the command line like this:

```shell
npx chdman [command] [options..]
```

Examples:

```shell
npx chdman help
npx chdman info --input Image.chd
npx chdman createcd --input Disc.cue --output Disc.chd
```

## Installation

```shell
Expand Down

0 comments on commit 70588c2

Please sign in to comment.