Update README and release name

This commit is contained in:
bcmmbaga
2025-07-01 21:56:45 +03:00
parent e01db24a48
commit 08320afa82
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
draft: false
prerelease: false
env:
+3 -2
View File
@@ -28,8 +28,9 @@ You can then transfer this file to your pfSense system and install it manually.
To install the package manually on pfSense:
```
pkg remove pfSense-pkg-NetBird-<version>
pkg add pfSense-pkg-NetBird-<version>.pkg
pkg add netbird-<version>.pkg
pkg add -f pfSense-pkg-NetBird-<version>.pkg
```
Once installed, **NetBird** will appear under the **VPN** menu in the pfSense Web UI.