From e7f05d76fab86335263c5d75105fb53a8c523811 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 21 Jan 2019 11:35:10 -0600 Subject: [PATCH] Add Contact and License sections to README --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3c28dc4..cfda98bc 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,9 @@ $ ./sentry ``` ## Optional + Create a systemd service to run Invidious in background. Edit `invidious.service` to change your installation path and log location. Than copy and enable the systemd service. + ``` $ sudo cp invidious.service /etc/systemd/system/invidious.service $ sudo systemctl enable invidious.service @@ -177,6 +179,18 @@ $ sudo systemctl start invidious.service 4. Push to the branch (git push origin my-new-feature) 5. Create a new Pull Request -## Contributors +## Contact -- [omarroth](https://github.com/omarroth) - creator, maintainer +Feel free to send an email to omarroth@protonmail.com or join our [Matrix Server](https://riot.im/app/#/room/#invidious:matrix.org). + +You can also view release notes on the [releases](https://github.com/omarroth/invidious/releases) page or in the CHANGELOG.md included in the repository. + +## License + +[![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-155x51.png)](http://www.gnu.org/licenses/agpl-3.0.en.html) + +Invidious is Free Software: You can use, study share and improve it at your +will. Specifically you can redistribute and/or modify it under the terms of the +[GNU Affero General Public License](https://www.gnu.org/licenses/agpl.html) as +published by the Free Software Foundation, either version 3 of the License, or +(at your option) any later version.