Skip to content

Commit

Permalink
Correct secondary path for store/ in README.md
Browse files Browse the repository at this point in the history
As:

```sh
grep -rI 'local/share'
```

shows `shared/` doesn't seem correct while `share/` does. Furthermore I verified that in `.local/share/` `matrix-commander` works as expected.
  • Loading branch information
Benjamin-Loison committed May 18, 2023
1 parent dbf2829 commit 63f3aef
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 63f3aef

Please sign in to comment.