summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-03-20 14:45:49 +0100
committerLudovic Courtès <ludo@gnu.org>2017-03-20 14:45:49 +0100
commit93e333ea9b5331ca7c04d847d92cb26a1216f6c1 (patch)
tree9318d33f3cb5db3f76fefc718c51891242c6cc33
parentececade69fcc9c4fdfec8d0f980f32f39acbe888 (diff)
downloadguix-artwork-93e333ea9b5331ca7c04d847d92cb26a1216f6c1.tar
guix-artwork-93e333ea9b5331ca7c04d847d92cb26a1216f6c1.tar.gz
website: pack: Update blog post.
* website/posts/creating-bundles-with-guix-pack.md: Take into account comments by Ricardo.
-rw-r--r--website/posts/creating-bundles-with-guix-pack.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/website/posts/creating-bundles-with-guix-pack.md b/website/posts/creating-bundles-with-guix-pack.md
index d24ef86..26d2c5f 100644
--- a/website/posts/creating-bundles-with-guix-pack.md
+++ b/website/posts/creating-bundles-with-guix-pack.md
@@ -1,5 +1,5 @@
title: Creating bundles with guix pack
-date: 2017-03-20 14:00
+date: 2017-03-20 14:45
author: Ludovic Courtès
tags: pack bundles
---
@@ -34,7 +34,7 @@ So how does it work? The basic idea is simple: you type
guix pack guile
```
-and you the command returns in `/gnu/store` a good old tarball that
+and the command returns in `/gnu/store` a good old tarball that
contains binaries for Guile and all its dependencies. If you run, say,
```
@@ -121,7 +121,8 @@ GNU/Linux on ARMv7:
guix pack --target=arm-linux-gnueabihf guile
```
-… while the command below creates a pack with binaries for MinGW:
+… while the command below creates a pack with Windows binaries using the
+MinGW cross-compiler:
```
guix pack --target=i686-w64-mingw32 guile