From 6491176dcdaa8d74395d40195bd2b6b9ae14beb1 Mon Sep 17 00:00:00 2001 From: jupahe64 <33004544+jupahe64@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:31:43 +0100 Subject: [PATCH] fix clone instruction in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2e68e81..e735e989 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Open a CMD or terminal and run the following: ``` cd Desktop rm -rf Fushigi -git clone Fushigi +git clone https://github.com/shibbo/Fushigi.git cd Fushigi dotnet add Fushigi/Fushigi.csproj package NativeFileDialogSharp --version 0.6.0-alpha dotnet add Fushigi/Fushigi.csproj package Newtonsoft.Json