Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sralloza committed Dec 24, 2023
1 parent 9d8ac9b commit 9a2882d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ Each command has its own examples to show how to use it. For more information, u

After flashing the raspbian ISO into the SD card, you must do some stuff before you can insert it into the raspberry.

<!-- TODO: can this be executed multiple times? -->

By default:
The boot command will:

- Enable ssh connections, as Raspbian doesn't enable ssh connection.
Expand All @@ -107,6 +104,8 @@ $ rpi-provisioner boot --wifi-ssid MOVISTAR_34XC --wifi-pass '7074Lly/R4nD0M' --
$ rpi-provisioner boot --wifi-ssid MOVISTAR_34XC --wifi-pass '7074Lly/R4nD0M' --hostname 'rpi-provisioner-example' E:/
```

**Note: this command can only be executed one time - before the first boot. If you want to connect your raspberry to another interface, use the raspi-config command.**

### find

This command will find your raspberry pi in your local network. It will try to connect to each host in your local network using SSH. If it is able to connect, it will print the host's IP address.
Expand Down

0 comments on commit 9a2882d

Please sign in to comment.