File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ You can also install Slyde in your path by adding the `--global` flag. You might
138138To install and run slyde using [ docker] ( http://docker.com ) , run the following command:
139139
140140``` Shell
141- docker run --volume " $PWD :/src " --rm ghcr.io/tygo-van-den-hurk/slyde:latest compile /src /slyde.xml --output /src /slyde.html
141+ docker run --interactive --tty -- volume " $PWD :/pwd " --rm ghcr.io/tygo-van-den-hurk/slyde:latest compile /pwd /slyde.xml --output /pwd /slyde.html
142142```
143143
144144### Building from source
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ You can also install Slyde in your path by adding the `--global` flag. You might
5151To install and run slyde using [ docker] ( http://docker.com ) , run the following command:
5252
5353``` Shell
54- docker run --volume " $PWD :/src " --rm ghcr.io/tygo-van-den-hurk/slyde:latest compile /src /slyde.xml --output /src /slyde.html
54+ docker run --interactive --tty -- volume " $PWD :/pwd " --rm ghcr.io/tygo-van-den-hurk/slyde:latest compile /pwd /slyde.xml --output /pwd /slyde.html
5555```
5656
5757### Building from source
You can’t perform that action at this time.
0 commit comments