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