We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c9f2a commit a73e025Copy full SHA for a73e025
1 file changed
docs/installation.md
@@ -17,7 +17,7 @@ By far the easiest and most secure way to use Eliot is by using [EliotOS](elioto
17
18
1. Format sdcard as you would normally
19
2. Mount it to for example `/Volumes/rpi3`
20
-3. Build image and unpack it to the directory `eli build device | tar xv -C /Volumes/rpi3`
+3. Build image and unpack it to the directory `eli build device --format tar | tar xv -C /Volumes/rpi3`
21
4. Unmount the disk
22
5. Connect RaspberryPI with ethernet cable to same network with your laptop and power on!
23
6. In less than 10s you should see the device with command `eli get devices`
0 commit comments