Skip to content

Commit ed8dac5

Browse files
committed
update README
1 parent ded1291 commit ed8dac5

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,25 @@ FFmpeg version >= 3.X
1919
``` shell
2020
# Not support video
2121
go get -u -v github.com/wzshiming/pic2ascii/cmd/pic2ascii
22+
```
23+
24+
or
2225

26+
``` shell
2327
# Support video (Depends ffmpeg)
24-
brew install ffmpeg # mac
28+
brew install ffmpeg # Mac
2529
go get -tags=support_video -u -v github.com/wzshiming/pic2ascii/cmd/pic2ascii
2630
```
2731

2832
or
2933

34+
``` shell
35+
# In Mac
36+
brew install wzshiming/core/pic2ascii
37+
```
38+
39+
or
40+
3041
[Download releases](https://github.com/wzshiming/pic2ascii/releases) Not support video (Compile or use docker image if necessary.)
3142

3243
[Docker image](https://hub.docker.com/r/wzshiming/pic2ascii/) Support video
@@ -126,7 +137,6 @@ MMKu. ."kWMNx' . =WMMMMNk:..
126137
- [x] flv
127138
- [x] aac
128139

129-
130140
## License
131141

132142
Pouch is licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/pic2ascii/blob/master/LICENSE) for the full license text.

README_cn.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,25 @@ FFmpeg 版本 >= 3.X
1919
``` shell
2020
# 不支持视频
2121
go get -u -v github.com/wzshiming/pic2ascii/cmd/pic2ascii
22+
```
23+
24+
2225

26+
``` shell
2327
# 支持视频(依赖 ffmpeg)
24-
brew install ffmpeg # mac
28+
brew install ffmpeg # Mac
2529
go get -tags=support_video -u -v github.com/wzshiming/pic2ascii/cmd/pic2ascii
2630
```
2731

2832
2933

34+
``` shell
35+
# 在 Mac
36+
brew install wzshiming/core/pic2ascii
37+
```
38+
39+
40+
3041
[Download releases](https://github.com/wzshiming/pic2ascii/releases) 不支持视频(如有需要请自行编译或使用 docker 镜像.)
3142

3243
[Docker image](https://hub.docker.com/r/wzshiming/pic2ascii/) 支持视频

0 commit comments

Comments
 (0)