From 452ae99b774264c4703faf47bed69e32bde69721 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 4 Jul 2018 15:03:07 +0800 Subject: [PATCH] Update docs about how to report bug. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4fe003f..4c45e52 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,13 @@ M-x eaf-open | Camera | Type 'eaf-camera' | | | | Demo | Type 'eaf-demo' | | | +## Report bug +If you have any problem with eaf, please use command "emacs -Q" start Emacs first. + +Then test again, if "emacs -Q" works fine, it's must be something wrong with your emacs config file. + +If "emacs -Q" still have problem, please report bug at: https://github.com/manateelazycat/emacs-application-framework/issues/new + ### Why this awesome framework can't works with MacOS? There are mainly three obstacles: 1. I can't make dbus/python-dbus works on MacOS High Sierra