mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-25 02:51:17 +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
|
||||
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
|
||||
I have beend doing it:
|
||||
I have been doing it:
|
||||
###### With Arch
|
||||
```
|
||||
$ sudo docker run --rm -it -p 8080:8080 -v "$(pwd):/mnt" archlinux:latest
|
||||
|
|
Loading…
Reference in a new issue