summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-11-05 22:12:58 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-11-05 22:12:58 +0100
commita28cc3912bee28c36f21660d15c0a59e6666ea9c (patch)
tree5f3cdd94aea38dc8211c1fc32b564cf76f95fcd9 /README.md
parentd72faf5b2098d81f24fee1a586338c4c379d88aa (diff)
Reorganize and simplify, thanks to the proper hungry-eol-sequences
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0e62f72..d558d70 100644
--- a/README.md
+++ b/README.md
@@ -9,14 +9,8 @@ You need to have `guile` installed.
## Running
-Just run the script provided
-
-```
-$ ./run.sh
-```
-
Or call with guile:
```
-$ guile depre/main.scm
+$ guile wake-up.scm
```