Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Minor documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 20, 2016
1 parent 626a20d commit a31fecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/bosondata/badwolf.svg?branch=master)](https://travis-ci.org/bosondata/badwolf)
[![codecov](https://codecov.io/gh/bosondata/badwolf/branch/master/graph/badge.svg)](https://codecov.io/gh/bosondata/badwolf)
[![PyPI](https://img.shields.io/pypi/v/badwolf.svg)](https://pypi.python.org/pypi/badwolf)

[What is badwolf](https://en.wikipedia.org/wiki/Bad_Wolf)

Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Docker 模式

.. code-block:: bash
docker build --rm -t badwolf .
docker build --rm -t messense/badwolf .
运行
~~~~~~~~~~~
Expand All @@ -69,7 +69,7 @@ Docker 模式
--detach=true \
--restart=always \
--name=badwolf \
badwolf
messense/badwolf
其中 `~/.badwolfrc` 为 Docker 环境变量配置文件,配置示例:

Expand Down

0 comments on commit a31fecf

Please sign in to comment.