From 4bb4733486c1b5553d23ca47ca8bbc5a9bcba12d Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Fri, 4 Aug 2023 09:55:00 -0700 Subject: [PATCH] doc: update path to configurator debian package in GSG For the v3.2 release, the new packaged configurator is at https://github.com/projectacrn/acrn-hypervisor/releases/download/v3.2/acrn-configurator-3.2.deb Signed-off-by: David B. Kinder --- doc/getting-started/getting-started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 5945c0f60..56a0c41e3 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -339,7 +339,7 @@ Generate a Scenario Configuration File and Launch Script ******************************************************** In this step, you will download, install, and use the `ACRN Configurator -`__ +`__ to generate a scenario configuration file and launch script. A **scenario configuration file** is an XML file that holds the parameters of @@ -355,7 +355,7 @@ post-launched User VM. Each User VM has its own launch script. .. code-block:: bash cd ~/acrn-work - wget https://github.com/projectacrn/acrn-hypervisor/releases/download/v3.1/acrn-configurator-3.2-unstable.deb -P /tmp + wget https://github.com/projectacrn/acrn-hypervisor/releases/download/v3.2/acrn-configurator-3.2.deb -P /tmp If you already have a previous version of the acrn-configurator installed, you should first remove it: @@ -368,7 +368,7 @@ post-launched User VM. Each User VM has its own launch script. .. code-block:: bash - sudo apt install -y /tmp/acrn-configurator-3.2-unstable.deb + sudo apt install -y /tmp/acrn-configurator-3.2.deb #. Launch the ACRN Configurator: