mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-31 23:11:26 +00:00
typo
This commit is contained in:
parent
1a70352b75
commit
ee32a58d70
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ $ build
|
||||||
Since moving to calling out to ffmpeg, imagemagick, and exiftool's binaries instead of binding
|
Since moving to calling out to ffmpeg, imagemagick, and exiftool's binaries instead of binding
|
||||||
directly, the dev environment now only contains enough to build static binaries, but not run the
|
directly, the dev environment now only contains enough to build static binaries, but not run the
|
||||||
pict-rs program. I have personally been using alpine and arch linux to test the results. Here's how
|
pict-rs program. I have personally been using alpine and arch linux to test the results. Here's how
|
||||||
I have beend doing it:
|
I have been doing it:
|
||||||
###### With Arch
|
###### With Arch
|
||||||
```
|
```
|
||||||
$ sudo docker run --rm -it -p 8080:8080 -v "$(pwd):/mnt" archlinux:latest
|
$ sudo docker run --rm -it -p 8080:8080 -v "$(pwd):/mnt" archlinux:latest
|
||||||
|
|
Loading…
Reference in a new issue