Skip to content

Commit

Permalink
Merge pull request #3626 from szarnyasg/nits-20240912d
Browse files Browse the repository at this point in the history
formatting
  • Loading branch information
szarnyasg authored Sep 12, 2024
2 parents b596dcf + 0e0abdf commit b700b62
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 b700b62

Please sign in to comment.