added instructions for docker and moved the screencast asset to antoher folder
This commit is contained in:
|
Before Width: | Height: | Size: 18 MiB After Width: | Height: | Size: 18 MiB |
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Docki is cli for converting asciidoctor files into html files.
|
Docki is cli for converting asciidoctor files into html files.
|
||||||
|
|
||||||
@@ -61,6 +61,13 @@ brew install docki
|
|||||||
cargo 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)
|
### Nix (Advanced, Flake)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user