From ee3f9618f06c4426bbcc998b5f4175dc4a4c0f60 Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Tue, 9 Jan 2024 13:39:48 -0300 Subject: [PATCH 1/2] Add documentation for the winget installation method --- docs/getting-started/installation.mdx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 545c2f34..21e398e8 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -32,7 +32,25 @@ Rojo has two pieces that need to be installed: ## Installing the Server - + + +[Winget] is the windows package manager. It comes pre-installed in the latest versions of Windows 10 and Windows 11. + +If you dont have it installed, you can install it from the [Microsoft Store] + +> Note: The winget client requires Windows 10 1809 (build 17763) or later at this time. If you are running Windows 10 1803 or earlier, you will need to update your Windows 10 installation before you can install winget. + +To install the latest release of Rojo, run the following commands: + +```powershell +winget install rojo +``` + +[Winget]: https://github.com/microsoft/winget-cli +[Microsoft Store]: https://apps.microsoft.com/detail/9NBLGGH4NNS1 + + + [Aftman] is a toolchain manager that is useful for managing tools like Rojo for Roblox projects. To install it, follow these [instructions][aftman-installation-instructions]. From 918495b66fc9bd42624086f2abf5169c61a56122 Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Tue, 9 Jan 2024 13:57:48 -0300 Subject: [PATCH 2/2] Fix typo --- docs/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 21e398e8..2d12811b 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -40,7 +40,7 @@ If you dont have it installed, you can install it from the [Microsoft Store] > Note: The winget client requires Windows 10 1809 (build 17763) or later at this time. If you are running Windows 10 1803 or earlier, you will need to update your Windows 10 installation before you can install winget. -To install the latest release of Rojo, run the following commands: +To install the latest release of Rojo, run the following command: ```powershell winget install rojo