add dl link to docs

This commit is contained in:
dragonwocky 2020-03-28 21:04:10 +11:00
parent 7f5016166c
commit 121b705442
Signed by: dragonwocky
GPG Key ID: B570B11B1DFB50E4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ but can still easily be enabled by following instructions in the <a href="/index
<li>new: running from the WSL.</li>
<li>improved: code has been refactored and cleaned up,
inc. file renaming.</li>
<li>bugfix: un-break having multiple notion windows open. // TODO</li>
<li>bugfix: un-break having multiple notion windows open.</li>
</ul>
<p><em>(forked by <a href="https://github.com/dragonwocky">@dragonwocky</a>.)</em></p>

View File

@ -20,7 +20,7 @@ or a built-in feature like <a href="https://www.userchrome.org/">userChrome.css<
<li>install <a href="https://www.python.org/">python</a> (if using the wsl, follow <a href="https://docs.python-guide.org/starting/install3/linux/">this guide</a>.)</li>
<li>reboot.</li>
<li>in cmd (on windows) or bash (with wsl), run <code>npm install -g asar</code> (check installation by running <code>asar</code>).</li>
<li>download + extract this enhancer to a location it can safely remain (this must be in the windows filesystem,
<li><a href="https://github.com/dragonwocky/notion-enhancer/archive/master.zip">download this enhancer</a> &amp; extract to a location it can safely remain (this must be in the windows filesystem,
even if you are running the script from the wsl).</li>
<li>ensure notion is closed.</li>
<li>optional: to remove previous versions of notion enhancer, run <code>cleaner.py</code></li>