Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation bugs #2

Open
akrinke opened this issue Nov 4, 2014 · 1 comment
Open

Documentation bugs #2

akrinke opened this issue Nov 4, 2014 · 1 comment
Assignees
Labels

Comments

@akrinke
Copy link

akrinke commented Nov 4, 2014

The suggested installation procedure in README.md creates several symbolic links using ln. In all cases, the arguments are in wrong order. E.g., after moving the configuration file from /etc to the current directory, the symbolic link should be created with
sudo ln -s /home/pi/hyperion-config-switch/hyperion.config.default.json /etc/hyperion.config.json
(note the use of sudo and the absolute path to the default config file).

On Raspbian, instead of initctl restart hyperion I had to use sudo /etc/init.d/hyperion restart.

Finally, hyperion-config-switch.daemon.sh has to be made executable. This should be documented.

@domwrap
Copy link
Owner

domwrap commented Nov 4, 2014

Thanks for the heads up, and sorry it's a bit shabby. As I said, the documentation was rushed the other night when I'd just finished coding to just have something there so was untested and prone to errors. I will be going over it thoroughly the next couple days and will fix these whilst there.

@domwrap domwrap self-assigned this Nov 6, 2014
@domwrap domwrap added the bug label Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants