Update README.md

This commit is contained in:
Darren 2024-12-25 16:22:57 +08:00 committed by GitHub
parent f4af397b02
commit 95c6b9af0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,6 @@ Need root privileges user to install Websoft9, if you use no-root user you can `
# Install by default # Install by default
wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh
# Install Websoft9 with parameters # Install Websoft9 with parameters
wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh --port 9000 --channel release --path "/data/websoft9/source" --version "latest" wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh --port 9000 --channel release --path "/data/websoft9/source" --version "latest"
``` ```