From d064c039f08d6316039b7a0efe8973d0b54ea85e Mon Sep 17 00:00:00 2001 From: Matteo Sacchetto <56300116+matteosacchetto@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:17:59 +0100 Subject: [PATCH] chore: update version in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eea5a9..4faa3e7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -77,7 +77,7 @@ Or install it globally with npm i --location=global ``` -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