diff --git a/README.md b/README.md index 5f762f5..e1b2335 100644 --- a/README.md +++ b/README.md @@ -199,17 +199,16 @@ $ docker run --rm --privileged --net host \ -v $(pwd)/wificfg.json:/cfg/wificfg.json \ cjimti/iotwifi ``` - -Optionally, you can also provide a `wpa_supplicant.conf`, like so: +Optionally, you can also map a directory containing `wpa_supplicant.conf`, like so: ```bash $ docker run --rm --privileged --net host \ -v $(pwd)/wificfg.json:/cfg/wificfg.json \ - -v /wpa_supplicant.conf:/wpa_supplicant.conf \ + -v : \ cjimti/iotwifi ``` -Where `` is the path to `wpa_supplicant.conf` specified in `wificfg.json`. +Where `` is the path containing `wpa_supplicant.conf` specified in `wificfg.json`. The IOT Wifi container outputs logs in the JSON format. While this makes them a bit more challenging to read, we can feed them directly (or indirectly)