Update README.md

This commit is contained in:
Maya
2025-10-01 10:25:32 -04:00
committed by GitHub
parent 3cfcaa9e3e
commit 2f6a98607e
+2 -5
View File
@@ -13,7 +13,7 @@ NetVisor scans your network, identifies hosts and services, and generates an int
### 0. Install Requirements
#### Daemon
- Rust 1.90+
- Linux or mac host to run on
- Must run directly on host (not containerized) for network access
#### Server (Docker - Recommended)
@@ -21,12 +21,9 @@ NetVisor scans your network, identifies hosts and services, and generates an int
- Docker Compose
#### Server (Building from source)
- Rust 1.85 or later
- Rust 1.90 or later
- Node.js 20 or later
####
- Linux or mac
### 1. Start the Server
`curl -O https://raw.githubusercontent.com/mayanayza/netvisor/refs/heads/main/docker-compose.yml && docker compose up -d`