docs: ✏️ fix typo and improve README
This commit is contained in:
parent
4b15a7bcab
commit
d7d170229c
|
@ -4,7 +4,7 @@ Repository to automatically setup raspberry pi img for the **Gowest**.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- [rpi-imager](https://www.raspberrypi.com/software/) Official Raspberry Pi
|
- [rpi-imager](https://www.raspberrypi.com/software/): Official Raspberry Pi
|
||||||
Imager.
|
Imager.
|
||||||
|
|
||||||
> Make sure `rpi-imager` is in your path
|
> Make sure `rpi-imager` is in your path
|
||||||
|
@ -20,7 +20,7 @@ Repository to automatically setup raspberry pi img for the **Gowest**.
|
||||||
brew install --cask raspberry-pi-imager
|
brew install --cask raspberry-pi-imager
|
||||||
```
|
```
|
||||||
|
|
||||||
- [deno](https://deno.land) Scripts and task runner.
|
- [deno](https://deno.land): Scripts and task runner.
|
||||||
```sh
|
```sh
|
||||||
# linux
|
# linux
|
||||||
curl -fsSL https://deno.land/install.sh | sh
|
curl -fsSL https://deno.land/install.sh | sh
|
||||||
|
@ -38,7 +38,7 @@ Repository to automatically setup raspberry pi img for the **Gowest**.
|
||||||
2. Check and/or edit the `config.json` file.
|
2. Check and/or edit the `config.json` file.
|
||||||
3. Run `deno task setup` to automatically flash drive for your **Gowest**.
|
3. Run `deno task setup` to automatically flash drive for your **Gowest**.
|
||||||
|
|
||||||
`setup` task run the following task in order:
|
`setup` task run the following tasks in order:
|
||||||
|
|
||||||
1. `setup:prepare`: Build img install script (create users, set hostname, set
|
1. `setup:prepare`: Build img install script (create users, set hostname, set
|
||||||
wifi, set ssh, ...).
|
wifi, set ssh, ...).
|
||||||
|
|
Loading…
Reference in a new issue