From 04ac85235c376192287a3ca7c7782d95d10bc289 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Schr=C3=B6der?=
 <fschroeder@techfak.uni-bielefeld.de>
Date: Wed, 28 Feb 2024 17:12:12 +0100
Subject: [PATCH] Update directory name in installation instructions

The installation instructions in README.md and __init__.py have been updated to reflect the change in directory name from 'cooperative_cuisine' to 'overcooked-simulator'. This update ensures the correct directory is specified for the 'cd' command post cloning of the repository.
---
 README.md                       | 2 +-
 cooperative_cuisine/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8bc751f4..fe1c721b 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ In your `repo`, `PyCharmProjects` or similar directory with the correct environm
 
 ```bash
 git clone https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator.git
-cd cooperative_cuisine
+cd overcooked-simulator
 pip install -e .
 ```
 
diff --git a/cooperative_cuisine/__init__.py b/cooperative_cuisine/__init__.py
index aff60acf..ba4ea0fc 100644
--- a/cooperative_cuisine/__init__.py
+++ b/cooperative_cuisine/__init__.py
@@ -28,7 +28,7 @@ pip install cooperative_cuisine@git+https://gitlab.ub.uni-bielefeld.de/scs/cocos
 Or clone it and install it as an editable library which allows you to use all the scripts directly.
 ```bash
 git clone https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator.git
-cd cooperative_cuisine
+cd overcooked-simulator
 pip install -e .
 ```
 
-- 
GitLab