summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMiguel <rosen644835@gmail.com>2019-05-05 17:28:34 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2019-05-05 17:28:34 +0200
commit123e424e95ccbc1d6e436202b8f3992b7125f031 (patch)
tree0366a38f04aaa6084a3bdacabe7e80c180d5f93d /doc
parent65e2a3bba0d75b3f32ce8a8c2029ad8dd7505050 (diff)
downloadguix-patches-123e424e95ccbc1d6e436202b8f3992b7125f031.tar
guix-patches-123e424e95ccbc1d6e436202b8f3992b7125f031.tar.gz
doc: Fix typo.
* doc/guix.texi (VM): Add missing dot. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8f7feca573..4b0f518ea0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24649,7 +24649,7 @@ example graph.
@cindex virtual machine
To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image
distributed at
-@url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.xz}
+@url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.xz}.
This image is a compressed image in QCOW format. You will first need to
decompress with @command{xz -d}, and then you can pass it to an emulator such
as QEMU (see below for details).