diff options
author | Arun Isaac | 2025-04-10 02:17:57 +0100 |
---|---|---|
committer | Arun Isaac | 2025-04-10 02:18:48 +0100 |
commit | 74c32ba095d88754458cb8a1e77bcf74465f5489 (patch) | |
tree | 315d3b3225c16c1e274b8386f3c0a8eae13915c1 /sent/README.md | |
parent | 6813086ae7450d91339244ebd606eb124f90e847 (diff) | |
download | gexp-make-74c32ba095d88754458cb8a1e77bcf74465f5489.tar.gz gexp-make-74c32ba095d88754458cb8a1e77bcf74465f5489.tar.lz gexp-make-74c32ba095d88754458cb8a1e77bcf74465f5489.zip |
Use slides from our repo, not from the sent tarball.
* sent/README.md: Use slides, not sent/example.
Diffstat (limited to 'sent/README.md')
-rw-r--r-- | sent/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sent/README.md b/sent/README.md index fdf3e1a..924b90d 100644 --- a/sent/README.md +++ b/sent/README.md @@ -13,5 +13,5 @@ guix build -f make.scm ``` Run sent on the example slides. ``` -$(guix build -f make.scm) sent/example +$(guix build -f make.scm) slides ``` |