Skip to content

Commit 48b1172

Browse files
Update README.md
1 parent a623fe4 commit 48b1172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ NOTE: If you enabled developer mode, and the script detects that a bootloader or
4848
Note: To get the cutting edge release, use the `_dev.sh` version.
4949
Note: There are some other options which are described in the create_latest_candle.sh file.
5050

51-
For example, this command installs the cutting-edge version of Candle and then stops for inspection:
51+
For example, this command creates a disk image (though you likely have to run it twice). It creates the cutting-edge version of Candle.
5252
```
53-
curl -sSl https://raw.githubusercontent.com/createcandle/install-scripts/main/create_latest_candle_dev.sh | sudo CUTTING_EDGE=yes SKIP_REBOOT=yes bash
53+
curl -sSl https://raw.githubusercontent.com/createcandle/install-scripts/main/create_latest_candle_dev.sh | sudo CUTTING_EDGE=yes CREATE_DISK_IMAGE=yes bash
5454
```
5555
(It's the command we really use to create the Candle disk images. Once done, do `touch /boot/candle_rw_once.txt` and then reboot the controller. Log in, wait for Zigbee2MQTT to be fully installed, and only then run the `prepare_for_disk_image.sh` script)
5656

0 commit comments

Comments
 (0)