Skip to content

Commit abac498

Browse files
committed
updated release version in installation doc
1 parent fbdb723 commit abac498

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,22 @@ git clone https://github.com/naztronaut/RaspberryPi-Website-Uptime-Monitor.git
6868

6969
To get the latest release, check out the Latest Releases: https://github.com/naztronaut/RaspberryPi-Website-Uptime-Monitor/releases/latest
7070

71-
At the time of this update, the latest version is version `Beta 0.2.5-b02`. To get this directly, run the following commands:
71+
At the time of this update, the latest version is version `Beta 0.3.0-b01`. To get this directly, run the following commands:
7272

7373
```bash
74-
wget https://github.com/naztronaut/RaspberryPi-Website-Uptime-Monitor/archive/0.2.5-b02.zip
74+
wget https://github.com/naztronaut/RaspberryPi-Website-Uptime-Monitor/archive/0.3.0-b01.zip
7575
```
7676

7777
Then unzip it with:
7878

7979
```bash
80-
unzip 0.2.3-alpha.zip
80+
unzip 0.3.0-b01.zip
8181
```
8282

8383
For simplicity's sake, I recommend changing the name of the directory/repo to `uptime` as I've done it in and will be using for the rest of this guide. You can do so easily with this command:
8484

8585
```bash
86-
mv RaspberryPi-Website-Uptime-Monitor-0.2.5-b02 uptime
86+
mv RaspberryPi-Website-Uptime-Monitor-0.3.0-b01 uptime
8787
```
8888

8989
Update the directory name as needed.

0 commit comments

Comments
 (0)