mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
README
This commit is contained in:
parent
bd1b040d62
commit
514b41ce20
1 changed files with 3 additions and 5 deletions
|
@ -40,11 +40,9 @@ subcommands:
|
||||||
> All generated files will thus be owned by `root:root` by default.
|
> All generated files will thus be owned by `root:root` by default.
|
||||||
|
|
||||||
1. Make sure you have a working installation of `docker` software.
|
1. Make sure you have a working installation of `docker` software.
|
||||||
2. Update your local image
|
2. Update your local image.
|
||||||
- Either use `docker pull ldericher/fftcgtool`
|
- Either use `docker pull ldericher/fftcgtool`.
|
||||||
- Or build it yourself
|
- Or build it yourself: Clone this repository and run `docker build --pull --tag ldericher/fftcgtool .` inside.
|
||||||
1. Clone this repository
|
|
||||||
2. Inside this directory, run `docker build --pull --tag ldericher/fftcgtool .`
|
|
||||||
3. Run `docker run --rm -it -v "$(pwd)/out:/app/out" ldericher/fftcgtool` in any directory.
|
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'`
|
4. You can `alias fftcgtool='docker run --rm -it -v "$(pwd)/out:/app/out" ldericher/fftcgtool'`
|
||||||
to define `fftcgtool` shorthand for your running shell.
|
to define `fftcgtool` shorthand for your running shell.
|
||||||
|
|
Loading…
Reference in a new issue