Skip to content

Commit 4ea880e

Browse files
committed
docs: remove packet-sender mentions
1 parent ccf6f54 commit 4ea880e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

electron-app/BUILD.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
# Hyperloop Control Station Build System
22

3-
The project uses a unified, modular build script (`electron-app/build.mjs`) to handle building the backend (Go), packet sender (Rust), and frontends (React/Vite) for the Electron application.
3+
The project uses a unified, modular build script (`electron-app/build.mjs`) to handle building the backend (Go), and frontends (React/Vite) for the Electron application.
44

55
## Prerequisites
66

77
- **Node.js** & **pnpm**
88
- **Go** (1.21+)
9-
- **Rust/Cargo** (for Packet Sender)
109

1110
## Basic Usage
1211

1312
Run the build script from the `electron-app` directory (or via npm scripts).
1413

1514
```sh
16-
# Build EVERYTHING (Backend, Packet Sender, Frontends)
15+
# Build EVERYTHING (Backend, Frontends)
1716
pnpm build
1817

1918
# OR

0 commit comments

Comments
 (0)