From b278dc6e5ac9e8fe4223b010fc36834775c76175 Mon Sep 17 00:00:00 2001 From: Jayy001 <56607897+Jayy001@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:16:18 +0000 Subject: [PATCH] Update README.md to fix repo name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a49f40..0300005b 100755 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ An installation walkthrough, how-to guides for adding new operations and themes, If you would like to run the app locally in docker please follow the steps below: ``` -git clone https://github.com/gchq/CyberChef.git +git clone https://github.com/bee-san/CyberFork.git cd CyberFork docker build --tag CyberFork . docker run --rm --name CyberFork -it -p 8080:8080 CyberFork