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" }