From 1fdc80413dfdb76dc0308d87589b254fbb0accb4 Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:57:48 -0400 Subject: [PATCH 1/2] cmds don't need Bash --- README.md | 2 +- app/wiki/downloading/page.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c403366..0dd610c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next First, run the development server: -```bash +```sh npm run dev # or yarn dev diff --git a/app/wiki/downloading/page.mdx b/app/wiki/downloading/page.mdx index ae2b73d..ea2df41 100644 --- a/app/wiki/downloading/page.mdx +++ b/app/wiki/downloading/page.mdx @@ -79,7 +79,7 @@ The instructions below should work on all platforms, but they have only mainly b 3. Navigate to the folder where you want to download Kristal. 4. Clone the repository. That can be done with the following command: -```bash +```sh git clone https://github.com/KristalTeam/Kristal ``` From fa2e6e5d2e266c3586b5e0134afd71a22941171c Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:04:52 -0400 Subject: [PATCH 2/2] recommend blob-less clone --- app/wiki/downloading/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wiki/downloading/page.mdx b/app/wiki/downloading/page.mdx index ea2df41..3d2e386 100644 --- a/app/wiki/downloading/page.mdx +++ b/app/wiki/downloading/page.mdx @@ -80,7 +80,7 @@ The instructions below should work on all platforms, but they have only mainly b 4. Clone the repository. That can be done with the following command: ```sh -git clone https://github.com/KristalTeam/Kristal +git clone --filter=blob:none https://github.com/KristalTeam/Kristal ``` This will download the source code to the folder you are in,