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..3d2e386 100644 --- a/app/wiki/downloading/page.mdx +++ b/app/wiki/downloading/page.mdx @@ -79,8 +79,8 @@ 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 -git clone https://github.com/KristalTeam/Kristal +```sh +git clone --filter=blob:none https://github.com/KristalTeam/Kristal ``` This will download the source code to the folder you are in,