aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5443881bf497..715a17794edc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# [Nordlayer](https://nordlayer.com) VPN package for Linux (esp [ArchLinux](https://archlinux.org/))
-[![AUR version](https://img.shields.io/aur/version/nordlayer)](https://aur.archlinux.org/packages/nordlayer) [![Nordlayer version](https://img.shields.io/badge/nordlayer-2.6.5-green)](https://nordlayer.com/download/linux/)
+[![AUR version](https://img.shields.io/aur/version/nordlayer)](https://aur.archlinux.org/packages/nordlayer) [![Nordlayer version](https://img.shields.io/badge/nordlayer-3.0.0-green)](https://nordlayer.com/download/linux/)
### Hotfix (Version 2.6.5) released by Nordlayer
The new version should not break `nordlayer.db`
@@ -11,14 +11,6 @@ systemctl restart nordlayer
nordlayer login
```
-### Upgrade from 2.6.3 to 2.6.4 BREAKS nordlayer.db
-```sh
-# Run this if you are unable to use nordlayer after upgrade
-rm /var/lib/nordlayer/nordlayer.db
-systemctl restart nordlayer
-nordlayer login
-```
-
### Important
Original [repository](https://github.com/mearaj/nordlayer) was archived by [mearaj](https://github.com/mearaj) as they are longer a nordlayer user.<br>
I will be maintaining the package from now on.
@@ -41,5 +33,5 @@ git clone https://github.com/Sidicer/nordlayer.git
cd nordlayer
makepkg -si
# If 'makepkg -si' fails to install automatically:
-sudo pacman -U nordlayer-2.6.5-0-x86_64.pkg.tar.zst
+sudo pacman -U nordlayer-3.0.0-0-x86_64.pkg.tar.zst
```