diff options
Diffstat (limited to 'sent/README.md')
-rw-r--r-- | sent/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sent/README.md b/sent/README.md index 924b90d..6507e00 100644 --- a/sent/README.md +++ b/sent/README.md @@ -15,3 +15,8 @@ Run sent on the example slides. ``` $(guix build -f make.scm) slides ``` + +To produce a statically linked executable, build using the `make-static.scm` file. +``` +guix build -f make-static.scm +``` |