summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3578547..3f0cce0 100644
--- a/README.md
+++ b/README.md
@@ -125,12 +125,25 @@ To regenerate the generated files from the repo root:
emacs --batch -Q --eval '(progn (require (quote ob-tangle)) (org-babel-tangle-file "config.org"))'
```
+Or use the helper script:
+
+```sh
+./build
+```
+
To verify that the generated main config still loads:
```sh
emacs --batch -Q --load ./init.el
```
+To remove generated startup files and common working directories from the repo
+root:
+
+```sh
+./reset
+```
+
## Workflow
### MOC