Improve Windows PowerShell install method, add lisa default path in INSTALL.md#4336
Improve Windows PowerShell install method, add lisa default path in INSTALL.md#4336
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the installation guide to explicitly document the default install directory used by the Windows and Linux quick-install scripts.
Changes:
- Document Windows quick-install default path (
$env:USERPROFILE\lisa) and how to override it with-InstallPath. - Document Linux quick-install default path (
~/lisa) and how to override it with--install-path.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates installation documentation to make quick-install defaults clearer and to improve the Windows quick-install instructions used in GitHub prompt content.
Changes:
- Documented the default installation paths for Windows and Linux quick-install flows in
INSTALL.md. - Updated the Windows quick-install instructions in
.github/prompts/install-lisa.prompt.mdto include a one-command download+run option plus a manual download flow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| INSTALL.md | Adds explicit notes about the default install paths for quick-install on Windows/Linux. |
| .github/prompts/install-lisa.prompt.md | Expands the PowerShell quick-install instructions with copy/paste-friendly download/run examples. |
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds explicit documentation of the quick-install scripts’ default installation directories to reduce ambiguity for new users following the install guides/prompts.
Changes:
- Document the default install path for Windows quick install (
$env:USERPROFILE\lisa) inINSTALL.md. - Document the default install path for Linux quick install (
~/lisa) inINSTALL.md. - Update the install prompt to show a one-command download+run option and a clearer manual download flow for PowerShell.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| INSTALL.md | Adds default install path notes for Windows and Linux quick-install flows. |
| .github/prompts/install-lisa.prompt.md | Improves PowerShell install instructions with direct download+run and manual download steps. |
Key Test Cases:
smoke_test
Impacted LISA Features:
None (docs-only)
Tested Azure Marketplace Images:
- canonical 0001-com-ubuntu-server-jammy 22_04-lts latest
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates LISA installation documentation to clarify the default install directory used by the quick-install scripts and improves the Windows PowerShell quick-install instructions shown in the install prompt.
Changes:
- Document the default install path for Windows (
$env:USERPROFILE\lisa) and Linux (~/lisa) quick-install flows inINSTALL.md. - Update the Windows quick-install instructions in
.github/prompts/install-lisa.prompt.mdto include a one-command download+run option and a manual download option.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| INSTALL.md | Adds explicit default install path notes for Windows and Linux quick-install instructions. |
| .github/prompts/install-lisa.prompt.md | Expands Windows PowerShell quick-install instructions with download+run and manual-download variants. |
**Key Test Cases:**
smoke_test
**Impacted LISA Features:**
None
**Tested Azure Marketplace Images:**
- canonical 0001-com-ubuntu-server-jammy 22_04-lts latest
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates installation documentation/prompts to clarify the default install directory used by the quick install scripts, helping users understand where LISA will be placed unless overridden.
Changes:
- Document the default install paths for Windows (
$env:USERPROFILE\lisa) and Linux (~/lisa) quick installs inINSTALL.md. - Enhance the Windows install prompt to show a one-command download-and-run option, plus a manual download workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| INSTALL.md | Adds explicit notes about the default install directory and how to override it for both Windows and Linux quick installs. |
| .github/prompts/install-lisa.prompt.md | Expands the Windows PowerShell instructions to include a one-liner download-and-run command and a manual download alternative. |
**Key Test Cases:**
smoke_test
**Impacted LISA Features:**
None (documentation/prompt-only change)
**Tested Azure Marketplace Images:**
- canonical 0001-com-ubuntu-server-jammy 22_04-lts latest
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates installation documentation/prompts to make the default install location explicit and to provide clearer PowerShell download/run examples.
Changes:
- Document the default install paths for the Windows and Linux quick-install scripts in
INSTALL.md. - Expand the PowerShell quick-install instructions in the GitHub prompt to include both “one-liner” and “download then run” flows.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| INSTALL.md | Adds explicit notes about the default install path for quick-install on Windows and Linux. |
| .github/prompts/install-lisa.prompt.md | Adds PowerShell one-liner download/execute and a manual download option for quick-install. |
Key Test Cases:
smoke_test
Impacted LISA Features:
None
Tested Azure Marketplace Images:
- canonical 0001-com-ubuntu-server-jammy 22_04-lts latest
You can also share your feedback on Copilot code review. Take the survey.
add lisa default path in INSTALL.md