From 7bb03108be789fdc19d8df9ade474bd48e9cfaac Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 15 Sep 2018 20:21:03 -0700 Subject: [PATCH] Updating README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 040584d..eb77e01 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,11 @@ placed in a suspended state. As this behavior causes AnkiConnect to stop working foreground, App Nap should be disabled for Anki: 1. Start the Terminal application. -2. Execute the following command in the terminal window: +2. Execute the following commands in the terminal window: ``` defaults write net.ichi2.anki NSAppSleepDisabled -bool true + defaults write org.qt-project.Qt.QtWebEngineCore NSAppSleepDisabled -bool true ``` 3. Restart Anki.