civodul pushed a commit to branch master
in repository guix-artwork.
commit 9bd55fba725df0f4917ba9c86ba733300e6f7530
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed May 12 10:55:55 2021 +0200
website: gnu-guix-1.3.0-released: Remove extra dollars.
* website/posts/gnu-guix-1.3.0-released.md: Remove "$" prompts.
---
website/posts/gnu-guix-1.3.0-released.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/posts/gnu-guix-1.3.0-released.md
b/website/posts/gnu-guix-1.3.0-released.md
index 76e5e03..961141f 100644
--- a/website/posts/gnu-guix-1.3.0-released.md
+++ b/website/posts/gnu-guix-1.3.0-released.md
@@ -167,15 +167,15 @@ in v1.2.0, the `guix system vm-image` and `guix system
disk-image` are
superseded by a unified `guix system image` command. For example,
```
-$ guix system vm-image --save-provenance config.scm
+guix system vm-image --save-provenance config.scm
```
becomes
```
-$ guix system image -t qcow2 --save-provenance config.scm
+guix system image -t qcow2 --save-provenance config.scm
```
while
```
-$ guix system disk-image -t iso9660 gnu/system/install.scm
+guix system disk-image -t iso9660 gnu/system/install.scm
```
becomes
```