docs: ✏️ fix typo and improve README

This commit is contained in:
Julien Oculi 2024-03-13 14:49:45 +01:00
parent 4b15a7bcab
commit d7d170229c

View file

@ -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, ...).