Commit b8dcfb63a843d623b32730d7cc5e2206de1455de
1 parent
1af48b11
Exists in
release
Update Installation section of README.md
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
README.md
@@ -34,6 +34,8 @@ To get source code, use these command: | @@ -34,6 +34,8 @@ To get source code, use these command: | ||
34 | To install vlibras-video-container for production, use these commands: | 34 | To install vlibras-video-container for production, use these commands: |
35 | 35 | ||
36 | ```sh | 36 | ```sh |
37 | + $ cd dependencies | ||
38 | + $ ./configureDocker | ||
37 | $ docker build | 39 | $ docker build |
38 | ``` | 40 | ``` |
39 | 41 |