Update visualization README to include npx option to disable caching

This commit is contained in:
Balazs Komuves 2024-12-10 11:27:26 +01:00 committed by GitHub
parent 172bee1ba1
commit 2c5ed15b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ Web based witness visualization
With `node.js`:
$ npx http-server
$ npx http-server -c-1
$ open http://127.0.0.1:8080
Or with `python3`: