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
|
||||
|
||||
- [rpi-imager](https://www.raspberrypi.com/software/) Official Raspberry Pi
|
||||
- [rpi-imager](https://www.raspberrypi.com/software/): Official Raspberry Pi
|
||||
Imager.
|
||||
|
||||
> 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
|
||||
```
|
||||
|
||||
- [deno](https://deno.land) Scripts and task runner.
|
||||
- [deno](https://deno.land): Scripts and task runner.
|
||||
```sh
|
||||
# linux
|
||||
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.
|
||||
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
|
||||
wifi, set ssh, ...).
|
||||
|
|
Loading…
Reference in a new issue