docs: update README tangle instructions to use Python script
This commit is contained in:
@@ -315,9 +315,7 @@ sbcl --script run-all-tests.lisp
|
|||||||
sbcl --script demo.lisp
|
sbcl --script demo.lisp
|
||||||
|
|
||||||
# Tangle org files (regenerate .lisp from .org sources)
|
# Tangle org files (regenerate .lisp from .org sources)
|
||||||
for f in org/*.org; do
|
python3 scripts/tangle.py org/*.org
|
||||||
emacs --batch --eval "(progn (require 'org) (find-file \"$f\") (org-babel-tangle) (kill-buffer))" 2>&1
|
|
||||||
done
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Literate programming: `.org` files in `org/` are the source of truth for
|
Literate programming: `.org` files in `org/` are the source of truth for
|
||||||
|
|||||||
Reference in New Issue
Block a user