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

Commit 42d98fd

Browse files
authored
Update README.md
1 parent 45e4e5e commit 42d98fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
------------
1515

1616
```
17-
docker run --rm -ti -v /path/to/your/twidge/folder:/root jaymoulin/twidge setup
17+
docker run --rm -ti -v /path/to/your/.twidgerc:/root/.twidgerc jaymoulin/twidge setup
1818
```
1919

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

2626
## Help
2727
```
28-
docker run --rm -ti -v /path/to/your/twidge/folder:/root jaymoulin/twidge --help
28+
docker run --rm -ti -v /path/to/your/.twidgerc:/root/.twidgerc jaymoulin/twidge --help
2929
```
3030

3131
## Commands available
3232
```
33-
docker run --rm -ti -v /path/to/your/twidge/folder:/root jaymoulin/twidge lscommands
33+
docker run --rm -ti -v /path/to/your/.twidgerc:/root/.twidgerc jaymoulin/twidge lscommands
3434
```
3535

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

0 commit comments

Comments
 (0)