diff --git a/website/docs/guides/windows-installer.mdx b/website/docs/guides/windows-installer.mdx index c65dc6d3422..d8672222f20 100644 --- a/website/docs/guides/windows-installer.mdx +++ b/website/docs/guides/windows-installer.mdx @@ -21,7 +21,7 @@ The installer is available on the [NSIS Download](https://nsis.sourceforge.io/Do You can install with [Scoop](https://scoop.sh/) (which will automatically add it to your PATH): ``` -scoop add bucket extras +scoop bucket add extras scoop install nsis ``` diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index e4b3eda5c0a..78e4c5bf49d 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed optional type generation where an extra `?` would be placed inside the field name instead of outside the name `"field?"?` vs `"field"?`. Fixed by [@atterpac](https://github.com/atterpac) in [#3476](https://github.com/wailsapp/wails/pull/3476) - Fixed an issue where `WindowGetPosition` and `WindowSetPosition` values were inconsistent on MacOS. Fixed by [@cenan](https://github.com/wailsapp/wails/pull/3479) +- Fix scoop command usage typo. Fixed by [@fieu](https://github.com/fieu) in [#3501](https://github.com/wailsapp/wails/pull/3501) ## v2.8.2 - 2024-05-08 diff --git a/website/versioned_docs/version-v2.8.1/guides/windows-installer.mdx b/website/versioned_docs/version-v2.8.1/guides/windows-installer.mdx index c65dc6d3422..d8672222f20 100644 --- a/website/versioned_docs/version-v2.8.1/guides/windows-installer.mdx +++ b/website/versioned_docs/version-v2.8.1/guides/windows-installer.mdx @@ -21,7 +21,7 @@ The installer is available on the [NSIS Download](https://nsis.sourceforge.io/Do You can install with [Scoop](https://scoop.sh/) (which will automatically add it to your PATH): ``` -scoop add bucket extras +scoop bucket add extras scoop install nsis ```