Merge pull request #2685 from yueguobin/replace-wireshark-with-gns3server-web-wireshark-setup-in-installation-command

docs: replace 'wireshark' with 'gns3server-web-wireshark-setup' in installation commands
This commit is contained in:
Jeremy Grossmann 2026-04-24 10:51:53 +08:00 committed by GitHub
commit b4f31222d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ source venv/bin/activate
# For China mainland users, use mirror:
# pip install -e . -i https://mirrors.aliyun.com/pypi/simple/
pip install -e . && wireshark
pip install -e . && gns3server-web-wireshark-setup
pip install -e .[ai-copilot]
pip install -e .[dev]
```

View File

@ -27,10 +27,10 @@ Before using Web Wireshark, install the GNS3 server and set up the Docker image:
```bash
# Development install
pip install -e . && wireshark
pip install -e . && gns3server-web-wireshark-setup
# Production install
pip install gns3-server && wireshark
pip install gns3-server && gns3server-web-wireshark-setup
```
This command will: