Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Feb 1, 2024
1 parent c9d2fe9 commit 8c37ffe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ Since Mudslide keeps authentication state on disk you need to mount a state
directory outside the container, for example:

```shell
docker run -v /home/<USERNAME>/.local/share/mudslide:/usr/src/app/cache mudslide login
docker run -v $HOME/.local/share/mudslide:/usr/src/app/cache mudslide login
```

or:

```shell
docker run -v $HOME/.local/share/mudslide:/usr/src/app/cache mudslide me
```

## Docker Compose
Expand Down

0 comments on commit 8c37ffe

Please sign in to comment.