Skip to content

Commit

Permalink
updated comments and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Dec 4, 2023
1 parent a77b326 commit fa57351
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For bug fixes and improvements just open an issue or PR as described below. If y
* By default this will get you to the `future3/main` branch. You will move to the `future3/develop` branch, do this:

~~~bash
cd /home/$USER/RPi-Jukebox-RFID
cd ~/RPi-Jukebox-RFID
git checkout future3/develop
git fetch origin
git reset --hard origin/future3/develop
Expand Down
4 changes: 2 additions & 2 deletions documentation/developers/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser for now.

## Configuration

In `jukebox.yaml` (and all other config files): do not use relative paths with `~/some/dir`.
Always use relativ path from settingsfile '../../'
In `jukebox.yaml` (and all other config files):
Always use relative path from settingsfile `../../`, but do not use relative paths with `~/`.

**Sole** exception is in `playermpd.mpd_conf`.
2 changes: 1 addition & 1 deletion resources/default-settings/jukebox.default.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IMPORTANT:
# Do not use paths with '~/some/dir' - always use relativ path from settingsfile '../../'
# Always use relative path from settingsfile `../../`, but do not use relative paths with `~/`.
# Sole (!) exception is in playermpd.mpd_conf
system:
box_name: Jukebox
Expand Down

0 comments on commit fa57351

Please sign in to comment.