Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/wiki/downloading/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down