mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-20 09:18:37 +02:00
Author last, first note
This commit is contained in:
parent
636feb3eb0
commit
51a6b956ee
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
>Directory Structure
|
||||
</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="flex py-1 max-w-2xl">
|
||||
|
|
|
@ -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>
|
||||
|
||||
<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>
|
||||
|
||||
<!-- <div class="w-full h-24" /> -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue