Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin authored Nov 26, 2017
1 parent 45e4e5e commit 42d98fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
------------

```
docker run --rm -ti -v /path/to/your/twidge/folder:/root jaymoulin/twidge setup
docker run --rm -ti -v /path/to/your/.twidgerc:/root/.twidgerc jaymoulin/twidge setup
```

Then follow the instructions. This will create a key to identify your user
Expand All @@ -25,12 +25,12 @@ Usage

## Help
```
docker run --rm -ti -v /path/to/your/twidge/folder:/root jaymoulin/twidge --help
docker run --rm -ti -v /path/to/your/.twidgerc:/root/.twidgerc jaymoulin/twidge --help
```

## Commands available
```
docker run --rm -ti -v /path/to/your/twidge/folder:/root jaymoulin/twidge lscommands
docker run --rm -ti -v /path/to/your/.twidgerc:/root/.twidgerc jaymoulin/twidge lscommands
```

Learn more on [Twidge documentation](https://github.com/jgoerzen/twidge/wiki)
Expand Down

0 comments on commit 42d98fd

Please sign in to comment.