diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2022-05-15 14:16:43 +0900 | 
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2022-05-15 14:16:43 +0900 | 
| commit | a39e21af4870387a05c86c34fc21c33329790b5b (patch) | |
| tree | b203d270bb2d4d5fe8bf488e8da13068a337b409 | |
| parent | d9f774d5b1fb3f8070f761791dd37b1a7e1e36a3 (diff) | |
README: Update.
| -rw-r--r-- | README.md | 18 | 
1 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@  # ob-acl2 -ob-acl2 is a software to run acl2 on org-babel. +**THIS CODE IS VERY DANGEROUS. It automatically executes an ACL2 program on the `*shell*` buffer.** + +Org-babel functions for ACL2. + +# Usage + +First, Run ACL2 in `*shell*` buffer of Emacs. + +``` +$ acl2 +``` + +Second, use org-babel. + +# LICENSE + +See COPYING file.  | 
