mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
docs: add Rust and Node.js prerequisites to build instructions
- Add installation instructions for Rust via rustup.sh - Include rustup target add x86_64-apple-darwin for universal binary support - Note Node.js requirement for web frontend build
This commit is contained in:
parent
6ae43fbde8
commit
dcd60d51ed
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -141,6 +141,17 @@ For technical details, see [ARCHITECTURE.md](docs/ARCHITECTURE.md).
|
|||
|
||||
## Building from Source
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- **Rust**: Install via [https://rustup.sh/](https://rustup.sh/)
|
||||
```bash
|
||||
# After installing Rust, add the x86_64 target for universal binary support
|
||||
rustup target add x86_64-apple-darwin
|
||||
```
|
||||
- **Node.js**: Required for building the web frontend
|
||||
|
||||
### Build Steps
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/amantus-ai/vibetunnel.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue