aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAmir Eslampanah2024-01-25 14:49:38 -0500
committerGitHub2024-01-25 14:49:38 -0500
commit68958de362455cbb143d636be0e962a1a1f853b4 (patch)
treea5f200fbf7ba51a88870ec89d333f05b225d1ba5 /README.md
parentb16f8ed2d0247b299101d3273e3948293d84ab6f (diff)
downloadaur-68958de362455cbb143d636be0e962a1a1f853b4.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 715a17794edc..a0645959773e 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-3.0.0-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.1.0-green)](https://nordlayer.com/download/linux/)
### Hotfix (Version 2.6.5) released by Nordlayer
The new version should not break `nordlayer.db`
@@ -12,9 +12,6 @@ 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.
-
If you run into any errors feel free to create an [issue](https://github.com/Sidicer/nordlayer/issues/new) or leave a comment [in AUR](https://aur.archlinux.org/packages/nordlayer)
To check latest official [nordlayer](https://nordlayer.com) version:
@@ -29,9 +26,9 @@ yay -S nordlayer
### Building the package manually:
```sh
-git clone https://github.com/Sidicer/nordlayer.git
+git clone https://github.com/akumaburn/nordlayer-latest.git
cd nordlayer
makepkg -si
# If 'makepkg -si' fails to install automatically:
-sudo pacman -U nordlayer-3.0.0-0-x86_64.pkg.tar.zst
+sudo pacman -U nordlayer-3.1.0-0-x86_64.pkg.tar.zst
```