Om du har Chocolatey: choco install ruby
Annars : RubyInstaller for Windows
- Installera Homebrew
brew install ruby
I strategibankens rotmapp: bundle install
I strategibankens rotmapp: asciidoctor -r asciidoctor-kroki -r asciidoctor-tabs docs/index.adoc
Den färdigbyggda boken finns i docs/index.html
Öppna gärna docs/index.html
med VS Code Live Server
Vet ej
brew install fswatch
fswatch -o ./docs -e "index.html" | xargs -n1 -I{} asciidoctor -r asciidoctor-kroki -r asciidoctor-tabs docs/index.adoc
Boken byggs automagiskt vid push till main-branchen på GitHub (kan ta några minuter).