Skip to content

Commit

Permalink
Corrected filename in documentation.
Browse files Browse the repository at this point in the history
I assume the correct name is build-s3-plugin.sh rather than build-s3-docker.sh
  • Loading branch information
TZubiri committed Feb 27, 2019
1 parent 6ecbc93 commit 2793ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-build-orthanc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The folder contains files which allow to build the plugin inside a docker
container. You can also build the plugin in the native envirinment, just run
only a script `build-s3-docker.sh`. First you need to comment final lines
only a script `build-s3-plugin.sh`. First you need to comment final lines
from the file (they are Docker-related) to avoid build error.

If you want use Docker, then execute the following scripts:
Expand All @@ -15,5 +15,5 @@ remove them, one needs root priviledges.
If you need to, customize the build process by editing the following file
(before building the image):

build-s3-docker.sh
build-s3-plugin.sh

0 comments on commit 2793ffa

Please sign in to comment.