summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org8
-rw-r--r--git-difme.scm2
2 files changed, 9 insertions, 1 deletions
diff --git a/README.org b/README.org
index 8b4de79..4afa496 100644
--- a/README.org
+++ b/README.org
@@ -87,5 +87,13 @@ make config
that will install a sample config file at =~/.config/git-difme=.
+** running
+
+#+BEGIN_SRC bash
+git-difme
+#+END_SRC
+
+will do it.
+
** license
gnu general public license version 3 or higher.
diff --git a/git-difme.scm b/git-difme.scm
index 4e81c8c..4623ea8 100644
--- a/git-difme.scm
+++ b/git-difme.scm
@@ -163,4 +163,4 @@ also does `git push` to the repo' default upstream remote."
;;;; main
(define (main srcs)
"zarking main."
- srcs)
+ (walk-difme (get-difme-repos)))