Skip to content

Commit ce35987

Browse files
committed
Format installation guide
1 parent 3274f83 commit ce35987

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/guide/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ SimDeck ships as a single npm package that contains the launcher, the client bun
66

77
SimDeck only runs on macOS. The native bridge links private `CoreSimulator` and `SimulatorKit` frameworks, so it cannot run on Linux or Windows.
88

9-
| Requirement | Why |
10-
| ---------------------------------- | ------------------------------------------------------------------------------------ |
11-
| **macOS 13+** | Required for current `CoreSimulator` and Apple's VideoToolbox H.264 encoder. |
9+
| Requirement | Why |
10+
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
11+
| **macOS 13+** | Required for current `CoreSimulator` and Apple's VideoToolbox H.264 encoder. |
1212
| **Xcode + iOS Simulator runtimes** | The native bridge loads Xcode's private simulator frameworks and invokes `xcrun simctl` for non-boot operations. |
13-
| **Node.js ≥ 18** | The launcher (`bin/simdeck.mjs`) and the bundled client tooling. |
14-
| **Rust (stable)** | Required only when building from source. Installed via [rustup](https://rustup.rs/). |
13+
| **Node.js ≥ 18** | The launcher (`bin/simdeck.mjs`) and the bundled client tooling. |
14+
| **Rust (stable)** | Required only when building from source. Installed via [rustup](https://rustup.rs/). |
1515

1616
The package contains a macOS native binary. Non-macOS installs are unsupported.
1717

0 commit comments

Comments
 (0)