Skip to content

Commit

Permalink
deploy: a98c1aa
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 13, 2023
1 parent b149e86 commit 60e3c53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,9 @@ <h1 id="configuration"><a class="header" href="#configuration">Configuration</a>
</blockquote>
<h2 id="editing-the-configuration"><a class="header" href="#editing-the-configuration">Editing the configuration</a></h2>
<p>Anything added to the configuration file is an override over the default configuration.</p>
<h3 id="using-vinegar-edit-recommended"><a class="header" href="#using-vinegar-edit-recommended">Using <code>vinegar edit</code> (recommended)</a></h3>
<p>The configuration file may be easily edited by running the <code>vinegar edit</code> command. By using the <code>edit</code> command, error validation is also included.</p>
<p>The configuration file (<code>config.toml</code>) may be easily edited by running the <code>vinegar edit</code> command. By using the <code>edit</code> command, error validation is also included.</p>
<p>If using Flatpak, the command is <code>flatpak run io.github.vinegarhq.Vinegar edit</code>.</p>
<p>If getting an error about an <code>EDITOR</code> variable, this can be temporarily fixed by running the command as <code>export EDITOR=nano; vinegar edit</code> (which will cause the <code>nano</code> editor to be used). Though, it is preferrable to set an <code>EDITOR</code> variable permanently, in a place like <code>.bashrc</code>.</p>
<h3 id="manually"><a class="header" href="#manually">Manually</a></h3>
<p>The configuration file, <code>config.toml</code>, is read from <code>~/.config/vinegar/config.toml</code> (or <code>~/.var/app/io.github.vinegarhq.Vinegar/config/vinegar/config.toml</code> if using the Flatpak). It may be edited using any text editor (such as <code>nano</code>). First ensure the <code>config/vinegar</code> directory is created.</p>
<h2 id="configuration-values"><a class="header" href="#configuration-values">Configuration Values</a></h2>
<table><thead><tr><th>Name</th><th>Description</th><th>Default</th></tr></thead><tbody>
<tr><td><code>wineroot</code></td><td>the path to a valid Wine 'root' installation directory. For Flatpak users; see Notes.</td><td>none</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 60e3c53

Please sign in to comment.