Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
☄️ add brew install tale-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Sep 11, 2017
1 parent 00d6035 commit 18e30a5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
# tale-cli

tale命令行帮助程序
tale命令行帮助程序 🌟

[![License](http://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/otale/tale-cli/master/LICENSE) [![Travis branch](https://img.shields.io/travis/otale/tale-cli/master.svg)](https://travis-ci.org/otale/tale-cli) [![Go Report Card](https://goreportcard.com/badge/github.com/otale/tale-cli)](https://goreportcard.com/report/github.com/otale/tale-cli) [![GoDoc](https://godoc.org/github.com/otale/tale-cli?status.svg)](https://godoc.org/github.com/otale/tale-cli)
[![License](http://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/otale/tale-cli/master/LICENSE)
[![Travis branch](https://img.shields.io/travis/otale/tale-cli/master.svg)](https://travis-ci.org/otale/tale-cli)
[![Go Report Card](https://goreportcard.com/badge/github.com/otale/tale-cli)](https://goreportcard.com/report/github.com/otale/tale-cli)
[![GoDoc](https://godoc.org/github.com/otale/tale-cli?status.svg)](https://godoc.org/github.com/otale/tale-cli)

## 预览

[![tale-cli](https://i.loli.net/2017/09/10/59b5241331c47.png)](https://asciinema.org/a/137112)

## 使用
## 安装

**mac系统**

```bash
brew tap otale/tap && brew install tale-cli
```

**该版本只支持 linux_64位**
**linux_64位**

```bash
cd tale
wget http://7xls9k.dl1.z0.glb.clouddn.com/tale-cli
chmod +x tale-cli
```

**帮助**
## 帮助

```bash
# tale-cli

NAME:
tale - tale的命令行帮助程序

Expand All @@ -53,7 +58,7 @@ GLOBAL OPTIONS:
--version, -v print the version
```

**操作指令**
## 操作指令

```bash
./tale-cli start : 启动tale
Expand All @@ -65,3 +70,4 @@ GLOBAL OPTIONS:
```

> 备份的文件在当前目录下形如 `tale_backup_201709109281.zip`

0 comments on commit 18e30a5

Please sign in to comment.