Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 12, 2024
1 parent b596dcf commit 0e0abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/building/build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To build DuckDB, install [MSYS2](https://www.msys2.org/) and open a MINGW64 sess
Install the required dependencies using Pacman. When prompted with `Enter a selection (default=all)`, select the default option by pressing `Enter`.
Note that unlike the build process on UNIX-like systems, the Windows build directly calls CMake.

```bash
```batch
pacman -Syu git mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja
git clone https://github.com/duckdb/duckdb
cd duckdb
Expand Down

0 comments on commit 0e0abdf

Please sign in to comment.