From de441fd33c9bb19d8ca6f7b399dd4c13133d487e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Mon, 21 Jun 2021 20:00:22 +0100 Subject: [PATCH] chore: relocate cert-gen script --- INSTALL-NIX.md | 2 +- INSTALL.md | 2 +- {bin => tools}/cert-gen.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {bin => tools}/cert-gen.sh (100%) 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