Skip to content

Commit

Permalink
Merge pull request #133 from Benjamin-Loison/master
Browse files Browse the repository at this point in the history
Correct secondary path for `store/` in `README.md`
  • Loading branch information
8go authored May 24, 2023
2 parents d019e19 + 63f3aef commit caf8ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Wherever possible end-to-end encryption will be used. For e2ee to work
efficiently a `store` directory is needed to store e2ee data persistently.
The default location for the store directory is a local directory named
`store`. Alternatively, as a secondary choice the program looks for a store
directory in $HOME/.local/shared/matrix-commander/store/. The user can always
directory in $HOME/.local/share/matrix-commander/store/. The user can always
specify a different location via the --store argument. The `store`
directory will usually be created on the first run.

Expand Down

0 comments on commit caf8ac8

Please sign in to comment.