From e9d0675b82a9d5d345010f922fc2c73d408cccb6 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 1 Feb 2019 19:56:51 -0800 Subject: [PATCH] Updating README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27f6309..3692d9d 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ foreground, App Nap should be disabled for Anki: 1. Start the Terminal application. 2. Execute the following commands in the terminal window: ``` + defaults write net.ankiweb.dtop NSAppSleepDisabled -bool true defaults write net.ichi2.anki NSAppSleepDisabled -bool true defaults write org.qt-project.Qt.QtWebEngineCore NSAppSleepDisabled -bool true ```