aboutsummaryrefslogtreecommitdiff
path: root/hello-world-with-multiple-source-files/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'hello-world-with-multiple-source-files/README.md')
-rw-r--r--hello-world-with-multiple-source-files/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/hello-world-with-multiple-source-files/README.md b/hello-world-with-multiple-source-files/README.md
new file mode 100644
index 0000000..e279105
--- /dev/null
+++ b/hello-world-with-multiple-source-files/README.md
@@ -0,0 +1,8 @@
+Build hello.
+```
+guix build -f make.scm
+```
+Run it.
+```
+$(guix build -f make.scm)
+```