diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-11 09:57:10 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-11 09:57:10 +0100 |
commit | 720cc0beaf0bdd7427f50d3fce08612d2e6902b9 (patch) | |
tree | a160d3740c1feee33a8df4d5316fc8d4aeb79b4e | |
parent | edf29063b9361e9a8e5b50933b6d1ba8665df30e (diff) | |
download | bookup-720cc0beaf0bdd7427f50d3fce08612d2e6902b9.tar.gz bookup-720cc0beaf0bdd7427f50d3fce08612d2e6902b9.tar.bz2 |
Fix: doc: _output.yml cannot be a symlink anymore
-rw-r--r-- | content/sections/15-installation/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/sections/15-installation/installation.md b/content/sections/15-installation/installation.md index 44445c5..a3b9b9e 100644 --- a/content/sections/15-installation/installation.md +++ b/content/sections/15-installation/installation.md @@ -9,7 +9,6 @@ Bookup installation procedure. ## Symbolic links * `_bookdown.yml`. -* `output.yml`. ## Requiser files @@ -18,6 +17,7 @@ Bookup installation procedure. * `_book.yml`. * `_notes.yml`. * `_biblio.yml`. +* `_output.yml`. * `LICENSE`. * `DISCLAIMER`. * `images/cover.png`. |