From 65021a479f6f8f1a8e7c761a64aeca9d022724ca Mon Sep 17 00:00:00 2001 From: Hossein Rimaz Date: Thu, 22 Feb 2024 10:09:57 +0100 Subject: [PATCH] Make directory navigation explicit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97ad2d7..3c21a76 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ The following instructions are tested and validated on Linux and macOS. If runni To create a new deployment, start as follows: 1. Clone this GIT repository with `git clone https://github.com/metaphacts/metaphactory-docker-compose.git` -2. Create a copy of the `service-template` folder i.e. `cp -r service-template my-deployment`. The idea is to maintain one subfolder for every deployment. +2. Navigate to the created folder using `cd metaphactory-docker-compose`. Then create a copy of the `service-template` folder i.e. `cp -r service-template my-deployment`. The idea is to maintain one subfolder for every deployment. -Then, depending on which database backend you want to use, enter the newly created deployment directory, and choose an option: +Then, depending on which database backend you want to use, enter the newly created deployment directory using `cd my-deployment`, and choose an option: #### metaphactory only - for use with existing graph databases