sapling icon indicating copy to clipboard operation
sapling copied to clipboard

windows install instructions break the `PATH` variable

Open DetachHead opened this issue 3 years ago • 1 comments

from #183

the installation instructions mention this command: setx PATH "$env:PATH;C:\Program Files\Sapling" -m but that breaks your path, see https://github.com/facebook/sapling/issues/183#issuecomment-1321219226

DetachHead avatar Nov 21 '22 00:11 DetachHead

I believe the issue is that this command will expand the path (path is a REG_EXPAND_SZ key)

KotlinIsland avatar Nov 21 '22 00:11 KotlinIsland