Author last, first note

This commit is contained in:
advplyr 2021-10-17 18:28:31 -05:00
parent 636feb3eb0
commit 51a6b956ee
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
>Directory Structure >Directory Structure
</h1> </h1>
<p class="mb-4 text-sm md:text-base">Here is an example supported directory structure</p> <p class="mb-4 text-sm md:text-base">Here is an example supported directory structure (Note: Author names can also be Last, First)</p>
<div class="p-4 border border-opacity-10 bg-primary bg-opacity-20 font-mono"> <div class="p-4 border border-opacity-10 bg-primary bg-opacity-20 font-mono">
<div class="flex py-1 max-w-2xl"> <div class="flex py-1 max-w-2xl">

View file

@ -79,9 +79,9 @@ sudo apt install audiobookshelf</code>
<p class="mb-4 text-sm md:text-base">Grab the latest debian package from the <a href="https://github.com/advplyr/audiobookshelf-ppa" target="_blank" class="underline text-blue-400 hover:text-blue-200">audiobookshelf-ppa</a> github repository, and install.</p> <p class="mb-4 text-sm md:text-base">Grab the latest debian package from the <a href="https://github.com/advplyr/audiobookshelf-ppa" target="_blank" class="underline text-blue-400 hover:text-blue-200">audiobookshelf-ppa</a> github repository, and install.</p>
<pre> <pre>
<code class="language-bash">wget https://advplyr.github.io/audiobookshelf-ppa/audiobookshelf_1.4.4_amd64.deb <code class="language-bash">wget https://advplyr.github.io/audiobookshelf-ppa/audiobookshelf_1.4.12_amd64.deb
sudo apt install ./audiobookshelf_1.4.4_amd64.deb</code> sudo apt install ./audiobookshelf_1.4.12_amd64.deb</code>
</pre> </pre>
<!-- <div class="w-full h-24" /> --> <!-- <div class="w-full h-24" /> -->