From e7550a24847c0a13859c27865e1fec2a4157d559 Mon Sep 17 00:00:00 2001 From: Andrew Killer Date: Tue, 17 Mar 2020 13:47:30 +0000 Subject: [PATCH] Pull request fixes for codacy. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13afb4a..015e529 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