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