From 17448f23a68862763c7be3f4a95cff24e135ce69 Mon Sep 17 00:00:00 2001 From: The Bearodactyl Date: Fri, 6 Dec 2024 14:19:36 -0600 Subject: [PATCH] docs: Add clarification in Windows build instructions (#21659) --- docs/src/development/windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/development/windows.md b/docs/src/development/windows.md index 9cb539366d..4d1e565a57 100644 --- a/docs/src/development/windows.md +++ b/docs/src/development/windows.md @@ -139,3 +139,5 @@ New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name ``` For more information on this, please see [win32 docs](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=powershell) + +(note that you will need to restart your system after enabling longpath support)