Skip to content

Commit

Permalink
Add Docker to README
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Aug 31, 2018
1 parent 75ec1c0 commit 6d8d6eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@

[![Stargazers over time](https://starcharts.herokuapp.com/tao12345666333/vim.svg)](https://starcharts.herokuapp.com/tao12345666333/vim)

## 试用

你可以使用 Docker 来试用它。

```
sudo docker run -it --rm taobeier/vim
```

## 安装
(你需要一个有Python支持的Vim版本. 请使用 `vim --version | grep +python` 来检查)

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@

[![Stargazers over time](https://starcharts.herokuapp.com/tao12345666333/vim.svg)](https://starcharts.herokuapp.com/tao12345666333/vim)

## Try it

You can use Docker to try it.

```
sudo docker run -it --rm taobeier/vim
```

## Install
(You need a vim compiled with python support. Check it with `vim --version | grep +python`)

Expand Down

0 comments on commit 6d8d6eb

Please sign in to comment.