安装部署 
从 Gtihub 上下载二进制包直接运行 
可以在这里下载我们编译好的二进制包 here
bash
./live777使用配置 
bash
cp conf/live777.toml live777.toml
live777 --config live777.tomlDocker 
sh
docker run --name live777-server --rm --network host ghcr.io/binbat/live777-server:latest live777Cargo 
bash
cargo install --git http://github.com/binbat/live777 live777 --bin=whipinto
cargo install --git http://github.com/binbat/live777 live777 --bin=whepfromDebian / Ubuntu 
bash
wget https://github.com/binbat/live777/releases/download/latest/live777_<X>.<Y>.<Z>_amd64.deb
dpkg -I live777_<X>.<Y>.<Z>_amd64.deb
systemctl start live777Centos / Fedora 
bash
wget https://github.com/binbat/live777/releases/download/latest/live777-<X>.<Y>.<Z>.x86_64.rpm
rpm -i live777-<X>.<Y>.<Z>.x86_64.rpm
systemctl start live777Archlinux 
bash
wget https://github.com/binbat/live777/releases/download/latest/live777-<X>.<Y>.<Z>-x86_64.pkg.tar.zst
pacman -U live777-<X>.<Y>.<Z>-x86_64.pkg.tar.zst
systemctl start live777Windows 
Winget
bash
winget install live777
winget install whipinto
winget install whepfrom