diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index 30e3b02..6eaadb6 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -797,7 +797,7 @@ namespace Bloxstrap }; } - Dialog?.ShowSuccess($"{App.ProjectName} has succesfully uninstalled", callback); + Dialog?.ShowSuccess($"{App.ProjectName} has successfully uninstalled", callback); } #endregion diff --git a/Bloxstrap/RobloxDeployment.cs b/Bloxstrap/RobloxDeployment.cs index 30267d2..598812c 100644 --- a/Bloxstrap/RobloxDeployment.cs +++ b/Bloxstrap/RobloxDeployment.cs @@ -7,7 +7,7 @@ private static Dictionary ClientVersionCache = new(); - // a list of roblox delpoyment locations that we check for, in case one of them don't work + // a list of roblox deployment locations that we check for, in case one of them don't work private static List BaseUrls = new() { "https://setup.rbxcdn.com", diff --git a/Bloxstrap/UI/NotifyIconWrapper.cs b/Bloxstrap/UI/NotifyIconWrapper.cs index 77940a6..6eb8e06 100644 --- a/Bloxstrap/UI/NotifyIconWrapper.cs +++ b/Bloxstrap/UI/NotifyIconWrapper.cs @@ -124,7 +124,7 @@ namespace Bloxstrap.UI if (_alertClickHandler == clickHandler) _alertClickHandler = null; else - App.Logger.WriteLine(LOG_IDENT, "Click handler has been overriden by another alert"); + App.Logger.WriteLine(LOG_IDENT, "Click handler has been overridden by another alert"); }); } diff --git a/README.md b/README.md index 76429bb..68ff4db 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,16 @@ Bloxstrap is only supported for PCs running Windows. ## Installing Download the [latest release of Bloxstrap](https://github.com/pizzaboxer/bloxstrap/releases/latest), and run it. Configure your preferences if needed, and install. That's about it! +Alternatively, you can install Bloxstrap via [Winget](https://winstall.app/apps/pizzaboxer.Bloxstrap) by running this in a Command Prompt window: +``` +> winget install bloxstrap +``` + You will also need the [.NET 6 Desktop Runtime](https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win11-x64&apphost_version=6.0.16&gui=true). If you don't already have it installed, you'll be prompted to install it anyway. Be sure to install Bloxstrap after you've installed this. It's not unlikely that Windows Smartscreen will show a popup when you run Bloxstrap for the first time. This happens because it's an unknown program, not because it's actually detected as being malicious. To dismiss it, just click on "More info" and then "Run anyway". Once installed, Bloxstrap is added to your Start Menu, where you can access the menu and reconfigure your preferences if needed. - -If you would like to build Bloxstrap's source code, see the [guide for building from source](https://github.com/pizzaboxer/bloxstrap/wiki/Building-Bloxstrap-from-source). ## Features Here's some of the features that Bloxstrap provides over the stock Roblox bootstrapper: