Skip to content

Commit

Permalink
Fix typo (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Jan 7, 2025
1 parent 3f921ce commit 4b28a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ go get github.com/marcboeker/go-duckdb

### Windows

On windows, the correct version of gcc and the neccesary runtime libraries needs to be installed.
On windows, the correct version of gcc and the necessary runtime libraries needs to be installed.
One method to do this is using msys64. To begin, install msys64 using their installer. Once this is done, open a msys64 shell and run

```
pacman -S mingw-w64-ucrt-x86_64-gcc
```

select yes when neccesary, its ok if the shell closes. Then add gcc to the path using whatever method you prefer. In powershell this is `$env:PATH = "C:\msys64\ucrt64\bin:$env:PATH"`. Once this is done, you can compile this package on windows.
select yes when necessary, its ok if the shell closes. Then add gcc to the path using whatever method you prefer. In powershell this is `$env:PATH = "C:\msys64\ucrt64\bin:$env:PATH"`. Once this is done, you can compile this package on windows.

## Usage

Expand Down

0 comments on commit 4b28a2c

Please sign in to comment.