apple-music-wrapper
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wrapper/README.md

16 lines
392 B

3 months ago
# wrapper
3 months ago
All files from anonymous, No need for an Android emulator to decrypt alac
3 months ago
### 安装
3 months ago
推荐Windows Subsystem for Linux (WSL)使用
3 months ago
usage: `./wrapper [port] ([username] [password])`
```shell
sudo -i
wget "https://github.com/zhaarey/wrapper/releases/download/linux/wrapper.linux.x86_64.tar.gz"
mkdir wrapper
tar -xzf wrapper.linux.x86_64.tar.gz -C wrapper
cd wrapper
./wrapper
```