summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 5bec94487b..8def1d8433 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -13228,6 +13228,12 @@ The command below imports metadata for the @code{rails} Ruby package:
guix import gem rails
@end example
+You can also ask for a specific version:
+
+@example
+guix import gem @@7.0.4
+@end example
+
@table @code
@item --recursive
@itemx -r