Skip to content

Commit

Permalink
2 options
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcPartensky committed May 27, 2022
1 parent 9b4f8c8 commit 7a24b16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ Then give your image:
```

# Run with docker
```sh
# Download the docker-compose.yml file and cd into its parent folder
# Put your image in the FourierImages folder then run
# Replace 'image.png' by your own image filename
docker-compose run --rm fourier image.png
```

Or choose your own folder

```sh
# Download the docker-compose.yml file and cd into its parent folder
# Replace the first occurence of 'FourierImages' by your custom image folder
Expand Down

0 comments on commit 7a24b16

Please sign in to comment.