diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-21 22:43:06 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-22 09:00:44 +0100 |
| commit | 31db3e6a75b98d64c52fcf989bb09e7486caa1fd (patch) | |
| tree | cf59d3624630b797c6e7f56cd06b901992edee08 | |
| parent | 57b88591890971b459849d5331b71d2776759032 (diff) | |
Add a note on debugging to README
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ``` |
