Skip to content

Improve Windows PowerShell install method, add lisa default path in INSTALL.md#4336

Merged
LiliDeng merged 10 commits intomainfrom
paxue/add_lisa_path
Mar 18, 2026
Merged

Improve Windows PowerShell install method, add lisa default path in INSTALL.md#4336
LiliDeng merged 10 commits intomainfrom
paxue/add_lisa_path

Conversation

@paxue
Copy link
Copy Markdown
Collaborator

@paxue paxue commented Mar 13, 2026

add lisa default path in INSTALL.md

Copilot AI review requested due to automatic review settings March 13, 2026 04:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread INSTALL.md Outdated
Comment thread INSTALL.md Outdated
@paxue paxue linked an issue Mar 13, 2026 that may be closed by this pull request
paxue and others added 2 commits March 12, 2026 22:33
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 13, 2026 05:34
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to 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.

Comment thread INSTALL.md Outdated
Comment thread .github/prompts/install-lisa.prompt.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 16, 2026 15:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) in INSTALL.md.
  • Document the default install path for Linux quick install (~/lisa) in INSTALL.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.

Comment thread INSTALL.md Outdated
@paxue paxue changed the title add lisa default path in INSTALL.md Improve Windows PowerShell install method, add lisa default path in INSTALL.md Mar 16, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 16, 2026 22:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 in INSTALL.md.
  • Update the Windows quick-install instructions in .github/prompts/install-lisa.prompt.md to 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.

Comment thread .github/prompts/install-lisa.prompt.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 17, 2026 00:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 in INSTALL.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.

Comment thread .github/prompts/install-lisa.prompt.md Outdated
Comment thread .github/prompts/install-lisa.prompt.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 17, 2026 19:58
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread .github/prompts/install-lisa.prompt.md
@LiliDeng LiliDeng merged commit caae6a3 into main Mar 18, 2026
58 checks passed
@LiliDeng LiliDeng deleted the paxue/add_lisa_path branch March 18, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lisa default path for install.md

3 participants