From 855a72d558530a3b2a49b6f01a0f9c76a50aaa05 Mon Sep 17 00:00:00 2001 From: Andrew Killer Date: Tue, 17 Mar 2020 14:17:46 +0000 Subject: [PATCH] Pull request fixes for codacy. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 015e529..3a95ac5 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,12 @@ Docker can be used to build the project without the need to install any build de The build output is copied to /build/build. This should be mounted to a folder on the host machine to access. -1. Build the image. You only need to do this once unless you need to change SDK/NDK versions: +1. Build the image. You only need to do this once unless you need to change SDK/NDK versions: ```sh docker build --rm --tag ffmpeg-android-maker:latest . ``` -2. Run the container. This will download ffmpeg, build it, then copy to /build/build: +2. Run the container. This will download ffmpeg, build it, then copy to /build/build: ```sh docker container run --rm --name ffmpeg-android-maker -v /path/to/host/output:/build/build ffmpeg-android-maker