From 595744a3c8def520ebca8060d5f5206131675b68 Mon Sep 17 00:00:00 2001 From: David Kinder Date: Thu, 21 Mar 2019 18:48:53 +0800 Subject: [PATCH] Update doc/getting-started/gsg_quick_setup.sh Co-Authored-By: lirui34 <48583653+lirui34@users.noreply.github.com> --- doc/getting-started/gsg_quick_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started/gsg_quick_setup.sh b/doc/getting-started/gsg_quick_setup.sh index 310badaba..5c1ed8c41 100644 --- a/doc/getting-started/gsg_quick_setup.sh +++ b/doc/getting-started/gsg_quick_setup.sh @@ -227,7 +227,7 @@ sync cp -r /usr/share/acrn/samples/nuc/launch_uos.sh ~/ sed -i "s/\(virtio-blk.*\)\/home\/clear\/uos\/uos.img/\1$(echo $uos_img | sed "s/\//\\\\\//g")/" ~/launch_uos.sh echo "Upgrade UOS done..." -echo "Now you can run below command to start UOS..." +echo "Now you can run this command to start UOS..." echo "# cd ~/ && ./launch_uos.sh" }