sapling: Update notes (#4172)

This commit is contained in:
KOGA Mitsuhiro 2022-11-26 22:44:43 +09:00 committed by GitHub
parent c9059f432c
commit b2026d4c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"notes": [
"The name of the Sapling CLI sl.exe conflicts with the sl shell built-in in PowerShell (sl is an alias for Set-Location, which is equivalent to cd).",
"If you want to use sl to run sl.exe in PowerShell, you must reassign the alias to PowerShell $PROFILE by running:",
"Add-Content -Path $Profile -Value \"`nSet-Alias -Name sl -Value '$dir\\sl.exe' -Force -Option Constant,ReadOnly,AllScope\""
"Add-Content -Path $Profile -Value \"`nSet-Alias -Name sl -Value `\"`$(scoop prefix sapling)\\sl.exe`\" -Force -Option Constant,ReadOnly,AllScope\""
],
"suggest": {
"Node JS": "nodejs-lts",