aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b3060a1..d96bf36 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,15 @@ And add this to your `init.el`
(add-to-list 'load-path "path/to/emacs-libvterm")
```
+# Debugging and testing
+
+If you have successfully build the module, you can test the module by executing
+the following command in the `build` directory:
+
+```
+make run
+```
+
# Usage
```