diff --git a/README.md b/README.md index 8079662e5..5638618e4 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,8 @@ The Box ======= -Systemd -------- +Development setup +----------------- +* sudo adduser yellowtent +** This dummy user is required for supervisor 'box' configs -Yellowtent needs to be installed globally. - -``` -sudo npm install -g . -``` - -Copy the `yellowtent.service` file to `/usr/lib/systemd/system` and create a `yellowtent` user and group. - -``` -sudo cp yellowtent.service /usr/lib/systemd/system/ -sudo useradd -mrU yellowtent -sudo systemctl start yellowtent - -# or permanently enable it -sudo systemctl enable yellowtent -```