For Windows, we can set the MOON_HOME environment variable to change the installation path, but this is not mentioned in the documentation. In addition, the PowerShell script hard-codes the message: Write-Output "Added ~/.moon/bin to the PATH.", which is invalid if the MOON_HOME environment variable is changed. I haven't looked at the script for Linux and Mac, but perhaps similar work needs to be done for them
For Windows, we can set the
MOON_HOMEenvironment variable to change the installation path, but this is not mentioned in the documentation. In addition, the PowerShell script hard-codes the message:Write-Output "Added ~/.moon/bin to the PATH.", which is invalid if theMOON_HOMEenvironment variable is changed. I haven't looked at the script for Linux and Mac, but perhaps similar work needs to be done for them