From 8e88e1454f6613670a77b3b07776adb2fbf570b1 Mon Sep 17 00:00:00 2001 From: Sheldon Rupp Date: Wed, 22 May 2024 22:03:23 +0200 Subject: [PATCH] Fix scoop command usage typo (#3501) * Fix scoop command usage typo * Fix scoop command usage typo * Update changelog.mdx --- website/docs/guides/windows-installer.mdx | 2 +- website/src/pages/changelog.mdx | 1 + .../versioned_docs/version-v2.8.1/guides/windows-installer.mdx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/guides/windows-installer.mdx b/website/docs/guides/windows-installer.mdx index c65dc6d34..d8672222f 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 e4b3eda5c..78e4c5bf4 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 c65dc6d34..d8672222f 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 ```