fix: update directory paths in documentation from ~/opt/remnawave to /opt/remnawave

This commit is contained in:
kastov
2025-05-11 01:22:01 +03:00
parent 31f3840a4d
commit 598a489fa5
9 changed files with 15 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ Download the precompiled Remnawave migration tool from the GitHub releases page.
```bash
# Create and navigate to a working directory
mkdir -p ~/opt/remnawave && cd ~/opt/remnawave
mkdir -p /opt/remnawave && cd /opt/remnawave
# Download the latest version (v1.3.0 as of this guide)
wget https://github.com/remnawave/migrate/releases/download/v1.3.0/remnawave-migrate-v1.3.0-linux-amd64.tar.gz