added instructions for docker and moved the screencast asset to antoher folder

This commit is contained in:
2025-10-26 13:58:15 +01:00
parent 948df90006
commit e56a9fc1b5
2 changed files with 8 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 18 MiB

After

Width:  |  Height:  |  Size: 18 MiB

View File

@@ -6,7 +6,7 @@
## Preview
![screencast](.gitlab/screencast.gif)
![screencast](.github/assets/screencast.gif)
Docki is cli for converting asciidoctor files into html files.
@@ -61,6 +61,13 @@ brew install docki
cargo install docki
```
### Docker
There is also a docker image available to use. It is primarily used for the gh actions. The following chain of commands builds the docker image and afterward imports it into docker.
```
nix build .#docker && docker load -i result
```
### Nix (Advanced, Flake)