Fix typo
This commit is contained in:
parent
df30fbed23
commit
549aec021e
|
@ -34,7 +34,7 @@ loud all
|
|||
|
||||
### Help page
|
||||
|
||||
È possibile visualizzare le opzioni agiunti attraverso la *help page* richiamabile attraverso il seguente comando:
|
||||
È possibile visualizzare le opzioni aggiuntive attraverso la *help page* richiamabile attraverso il seguente comando:
|
||||
|
||||
```bash
|
||||
loud --help
|
||||
|
@ -42,10 +42,11 @@ loud --help
|
|||
|
||||
## Utilizzo tramite stack
|
||||
|
||||
Alternativamente è possibile utilizzare il `loud` attraverso `stack` senza doverlo installare.
|
||||
Alternativamente è possibile utilizzare `loud` attraverso `stack` senza doverlo installare.
|
||||
In questo caso i comandi sono:
|
||||
|
||||
```bash
|
||||
stack run -- single <audiobook-url>
|
||||
stack run -- all
|
||||
```
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ bug-reports: https://github.com/norangebit/ad-alta-voce/issues
|
|||
author: Raffaele Mignone
|
||||
maintainer: git@norangeb.it
|
||||
copyright: 2021 norangebit
|
||||
license: GPL3
|
||||
license: GPL-3
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
extra-source-files:
|
||||
|
|
|
@ -27,3 +27,4 @@
|
|||
{{/episodes}}
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: ad-alta-voce
|
||||
version: 0.0.0.1
|
||||
github: "norangebit/ad-alta-voce"
|
||||
license: GPL3
|
||||
license: GPL-3
|
||||
author: "Raffaele Mignone"
|
||||
maintainer: "git@norangeb.it"
|
||||
copyright: "2021 norangebit"
|
||||
|
|
|
@ -55,4 +55,4 @@ single url outdir = do
|
|||
let podcast = generatePodcast day url <$> audiobook
|
||||
|
||||
writePodcastTemplate compiled podcast outdir
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue