From f0dea4c9b48a71a5bfce98e45edac54270b0b1ba Mon Sep 17 00:00:00 2001 From: oldnick85 Date: Sun, 15 Jan 2023 23:00:49 +0300 Subject: [PATCH] [fix] README build and run script names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bff9de..545ac0a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Before rest of all you have to make changes in configuration files: You can build docker image by simply run script *make_i2pd_yggdrasil_docker_image.sh*. -> bash make_docker_image.sh +> bash make_i2pd_yggdrasil_docker_image.sh Feel free to modify it with your own building arguments. @@ -23,7 +23,7 @@ Feel free to modify it with your own building arguments. To run docker container just run script *run_i2pd_yggdrasil_docker_image.sh* -> bash run_docker_image.sh +> bash run_i2pd_yggdrasil_docker_image.sh ## Deploy