Skip to content

Commit

Permalink
fix mac config path in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Mar 29, 2019
1 parent c012d0d commit 99d8568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ the viebrc.json file should be created and/or changed.
The file should be created in the AppData or .config folder of Vieb:

- Windows - %APPDATA%\Vieb\viebrc.json
- Mac - ~/Library/Application Support/viebrc.json
- Mac - ~/Library/Application Support/Vieb/viebrc.json
- Linux - ~/.config/Vieb/viebrc.json

There should be chromium/electron related files in this directory,
Expand Down
2 changes: 1 addition & 1 deletion app/pages/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h2 id="settings-viebrc">viebrc.json</h2>
Depending on your operating system, the location of this file will be different:
<ul>
<li>Windows - <kbd>%APPDATA%\Vieb\viebrc.json</kbd>
<li>Mac - <kbd>~/Library/Application Support/viebrc.json</kbd>
<li>Mac - <kbd>~/Library/Application Support/Vieb/viebrc.json</kbd>
<li>Linux - <kbd>~/.config/Vieb/viebrc.json</kbd>
</ul>
The same folder is used for all other information that Vieb stores,
Expand Down

0 comments on commit 99d8568

Please sign in to comment.