Skip to content

Commit

Permalink
chore: update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosacchetto committed Nov 9, 2023
1 parent e9e9679 commit d064c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ NodeJS CLI which simplifies the headless setup of a Raspberry Pi
Install it locally with

```bash
npm i https://github.com/matteosacchetto/rpi-headless-setup-helper/releases/download/v0.3.4/matteosacchetto-rpi-headless-setup-helper-0.3.4.tgz
npm i https://github.com/matteosacchetto/rpi-headless-setup-helper/releases/download/v0.4.0/matteosacchetto-rpi-headless-setup-helper-0.4.0.tgz
```

Or install it globally with

```bash
npm i --location=global https://github.com/matteosacchetto/rpi-headless-setup-helper/releases/download/v0.3.4/matteosacchetto-rpi-headless-setup-helper-0.3.4.tgz
npm i --location=global https://github.com/matteosacchetto/rpi-headless-setup-helper/releases/download/v0.4.0/matteosacchetto-rpi-headless-setup-helper-0.4.0.tgz
```

### Other version
Expand All @@ -77,7 +77,7 @@ Or install it globally with
npm i --location=global <link-to-rpi-headless-setup-helper-{version}.tgz>
```

where you have to replace `{version}` with the version number you downloaded (ex: 0.3.4)
where you have to replace `{version}` with the version number you downloaded (ex: 0.4.0)

### Bash completion

Expand Down

0 comments on commit d064c03

Please sign in to comment.