Commit c8e4150 1 parent 6312fc4 commit c8e4150 Copy full SHA for c8e4150
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ go run main.go -mod yysp [参数...]
41
41
42
42
### 懒得编译啦,下载预编译版
43
43
44
- 1 . 在 ![ GitHub release] ( https://img.shields.io/github/v/release/sb-child/lsp ) 下载 ` lsp_windows-amd64.exe `
44
+ 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 `
45
45
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\ ` 里面
46
46
3 . 在下载目录打开命令行,开始使用吧:
47
47
@@ -66,13 +66,14 @@ go run main.go -mod yysp [参数...]
66
66
67
67
### 懒得编译啦,下载预编译版
68
68
69
- 1 . 在 ![ GitHub release] ( https://img.shields.io/github/v/release/sb-child/lsp ) 下载 ` lsp_linux-amd64 ` ,并赋予可执行权限 ` chmod +x lsp_linux-amd64 `
69
+ 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 `
70
70
2 . 安装 ` ffmpeg `
71
71
3 . 在下载目录打开命令行,开始使用吧:
72
72
73
73
``` bash
74
74
./lsp_linux-amd64 -mod yysp [参数...]
75
75
```
76
+
76
77
## 能用了之后
77
78
78
79
### 查看可用参数
You can’t perform that action at this time.
0 commit comments