diff --git a/INSTALL-NIX.md b/INSTALL-NIX.md index 0acfee92..5fc7b916 100644 --- a/INSTALL-NIX.md +++ b/INSTALL-NIX.md @@ -33,7 +33,7 @@ npm install ## Generate certificates ``` -bash bin/cert-gen.sh +bash tools/cert-gen.sh ``` Notes: diff --git a/INSTALL.md b/INSTALL.md index 208e4e64..e796166c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -51,7 +51,7 @@ npm install ## Generate certificates ``` -bash bin/cert-gen.sh +bash tools/cert-gen.sh ``` Notes: diff --git a/bin/cert-gen.sh b/tools/cert-gen.sh similarity index 100% rename from bin/cert-gen.sh rename to tools/cert-gen.sh