mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
sapling: Update notes (#4172)
This commit is contained in:
parent
c9059f432c
commit
b2026d4c78
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user