From 97955d6f3d14fb36fce4ecf6df9958c05d1c21cc Mon Sep 17 00:00:00 2001 From: Attila Farkas <ati@mail.muni.cz> Date: Mon, 4 Jan 2021 16:14:55 +0100 Subject: [PATCH] Fix project directory name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a774f11..81c85fc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Cyber Sandbox Creator is a tool that can generate portable input files for build 1. Install git using the command `$ sudo apt-get install git`. 2. Clone the project with `$ git clone https://gitlab.ics.muni.cz/cs4eu/sandbox-creator.git` to an arbitrary directory. -3. Navigate to the project directory (`$ cd sandbox-creator`). +3. Navigate to the project directory (`$ cd cyber-sandbox-creator`). 4. Install pip using `$ sudo apt-get install python3-pip`. 5. Install setuptools with `$ pip3 install setuptools`. 6. Install dependencies with the command `$ pip3 install -r requirements.txt`. @@ -26,7 +26,7 @@ Cyber Sandbox Creator is a tool that can generate portable input files for build 1. Install [Python 3](https://www.python.org/downloads/windows/). At the beginning of the installation mark the "Add Python to PATH" option. 2. Install [git](https://git-scm.com/downloads). 3. Clone the project with `git clone https://gitlab.ics.muni.cz/cs4eu/sandbox-creator.git` to an arbitrary folder. -4. Navigate to the project folder (`cd sandbox-creator`). +4. Navigate to the project folder (`cd cyber-sandbox-creator`). 5. Install Python dependencies using the command `python -m pip install -r requirements.txt`. ## Usage -- GitLab