From 514b41ce208f62cf6367b6dd89d9e1e26c6ea305 Mon Sep 17 00:00:00 2001 From: LDericher <40151420+ldericher@users.noreply.github.com> Date: Fri, 3 Sep 2021 05:03:22 +0200 Subject: [PATCH] README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc1e638..a79807b 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,9 @@ subcommands: > All generated files will thus be owned by `root:root` by default. 1. Make sure you have a working installation of `docker` software. -2. Update your local image - - Either use `docker pull ldericher/fftcgtool` - - Or build it yourself - 1. Clone this repository - 2. Inside this directory, run `docker build --pull --tag ldericher/fftcgtool .` +2. Update your local image. + - Either use `docker pull ldericher/fftcgtool`. + - Or build it yourself: Clone this repository and run `docker build --pull --tag ldericher/fftcgtool .` inside. 3. Run `docker run --rm -it -v "$(pwd)/out:/app/out" ldericher/fftcgtool` in any directory. 4. You can `alias fftcgtool='docker run --rm -it -v "$(pwd)/out:/app/out" ldericher/fftcgtool'` to define `fftcgtool` shorthand for your running shell.