From ee32a58d70eae1c229332bbf62d320c4a84bfae7 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Tue, 31 Aug 2021 19:07:21 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c3411e..7f10081 100644 --- a/README.md +++ b/README.md @@ -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