From 6d0338982b46d6dcc35969dd2d37b6c654d0d0dc Mon Sep 17 00:00:00 2001 From: basilfx Date: Sun, 26 Oct 2014 06:44:48 -0700 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index ee9869a..6f3315a 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -71,6 +71,8 @@ The auto-update function of Headphones uses [Git](http://en.wikipedia.org/wiki/G For Synology users it may be necessary to specify the full path to the `git` binary. +*Note:* in some cases, you'll have to cleanup the `*.pyc` files that Python generates automatically. On Linux, this can be done via `find . -name "*.pyc" -exec rm -rf {} \;`, in the root directory. + ### Manual update ### Use the following commands to _reset_ your repository. Backup your configuration and database files, just in case.