We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00a22ae + 31f9d80 commit 7e529d7Copy full SHA for 7e529d7
docs/index.rst
@@ -32,6 +32,8 @@ To run the |tr| locally, run in a new directory: ::
32
33
git clone https://github.com/knaw-huc/textrepo .
34
cd examples/production
35
+ curl -o scripts/wait-for-it.sh https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh
36
+ chmod +x scripts/wait-for-it.sh
37
./start-prod.sh
38
39
Read more on `basic usage <usage.html>`_
0 commit comments