aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2017-11-21 22:43:06 +0100
committerLukas Fürmetz <fuermetz@mailbox.org>2017-11-22 09:00:44 +0100
commit31db3e6a75b98d64c52fcf989bb09e7486caa1fd (patch)
treecf59d3624630b797c6e7f56cd06b901992edee08
parent57b88591890971b459849d5331b71d2776759032 (diff)
Add a note on debugging to README
-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
```