Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-child committed Jul 5, 2024
1 parent 6312fc4 commit c8e4150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ go run main.go -mod yysp [参数...]

### 懒得编译啦,下载预编译版

1.![GitHub release](https://img.shields.io/github/v/release/sb-child/lsp) 下载 `lsp_windows-amd64.exe`
1.![GitHub release](https://img.shields.io/github/v/release/sb-child/lsp) [点这里](https://github.com/sb-child/lsp/releases/latest) 下载 `lsp_windows-amd64.exe`
2.[`ffmpeg`](https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip) 压缩包里 `ffmpeg-master-latest-win64-gpl/bin/` 的文件都放进 `C:\Windows\` 里面
3. 在下载目录打开命令行,开始使用吧:

Expand All @@ -66,13 +66,14 @@ go run main.go -mod yysp [参数...]

### 懒得编译啦,下载预编译版

1.![GitHub release](https://img.shields.io/github/v/release/sb-child/lsp) 下载 `lsp_linux-amd64`,并赋予可执行权限 `chmod +x lsp_linux-amd64`
1.![GitHub release](https://img.shields.io/github/v/release/sb-child/lsp) [点这里](https://github.com/sb-child/lsp/releases/latest) 下载 `lsp_linux-amd64`,并赋予可执行权限 `chmod +x lsp_linux-amd64`
2. 安装 `ffmpeg`
3. 在下载目录打开命令行,开始使用吧:

```bash
./lsp_linux-amd64 -mod yysp [参数...]
```

## 能用了之后

### 查看可用参数
Expand Down

0 comments on commit c8e4150

Please sign in to comment.