diff --git a/README.md b/README.md index f1aa92a..cd2676d 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,14 @@ Run from the LXC console and follow the instructions: sudo -u jdown2 java -jar /opt/jdown2/JDownloader.jar -norestart ``` +**Enable NFS share** + +Run from the LXC console and follow the instructions: + +``` +systemctl enable --now nfs-kernel-server +``` + ____________________________________________________________________________________________