Skip to content

Commit 7d8ae57

Browse files
committed
Fixed one-line Edgeshark demo
- Args were Out of Order, fixed.
1 parent 08e1b8f commit 7d8ae57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ in your terminal before one of the one-liners presented in the next section.
102102
### OPTIONAL: Explore a demo with Edgeshark
103103
- For each demo of ISO 15118-2 AC Charging with OCPP, the demo may be ran alongside [Edgeshark](httpos://github.com/siemans/edgeshark?tab=readme-ov-file#edgeshark) for additional information on the network connection between each container.
104104
- To launch a Edgeshark alongside one of these demos, include the -s flag when running the demo
105-
- 🦈 Example Profile 2 ⚡: `curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp.sh | bash -s - -s - -2`
105+
- 🦈 Example Profile 2 ⚡: `curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp.sh | bash -s -- -s -2`
106106
- Using your preferred web browser, navigate to http://localhost:5001 and explore the connections via the discovery engine.
107107
- If you have installed the [cshargextcap plugin](https://github.com/siemens/cshargextcap?tab=readme-ov-file#containershark-extcap-plugin-for-wireshark), you may launch [Wireshark Desktop](https://www.wireshark.org/download.html) from the discovery engine, to perform a live capture.
108108

0 commit comments

Comments
 (0)