Skip to content

Commit d5c8e42

Browse files
docs: benefit-focused README rewrite
Replace "X is engineered to" with "What X gives you" — outcome-first copy matching the website's goal-oriented direction. Generated-By: PostHog Code Task-Id: 556dae83-2866-4359-85ea-c7d0d818cb34
1 parent 0f03a51 commit d5c8e42

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,19 @@ a standalone executable that runs alongside the main `Mountain` application to
4747
provide specialized functionality, such as the `Cocoon` extension host on
4848
Node.js.
4949

50-
**SideCar** is engineered to:
51-
52-
1. **Provide Portable Runtimes:** Vendored Node.js and other runtimes eliminate
53-
user dependency requirements.
54-
2. **Enable Deterministic Builds:** Organized by target triple for build-time
55-
binary selection.
56-
3. **Support Multiple Platforms:** Comprehensive matrix for macOS, Linux, and
57-
Windows on x86_64 and aarch64 architectures.
58-
4. **Automate Download Management:** Automated fetching, caching, and Git LFS
59-
management of runtime binaries.
50+
**What SideCar gives you:**
51+
52+
1. **No "install Node.js first".** Land ships its own Node.js binary. Users
53+
install the editor and it works. No prerequisites, no version conflicts.
54+
2. **Every platform covered.** macOS (Intel + Apple Silicon), Windows (x64),
55+
Linux (x64 + ARM64). One build system handles all six targets.
56+
3. **Deterministic binary selection.** Organized by target triple
57+
(`aarch64-apple-darwin`, etc.). The build picks the right binary at compile
58+
time.
59+
4. **Automated fetching.** Download, cache, and verify Node.js binaries with
60+
Git LFS. No manual binary management.
61+
62+
📖 **[Rust API Documentation](https://Rust.Documentation.Editor.Land/SideCar/)**
6063

6164
---
6265

0 commit comments

Comments
 (0)