summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-02-11 10:20:55 -0600
committerOmar Roth <omarroth@hotmail.com>2019-02-11 10:20:55 -0600
commit64f13df99bb441b887bd589c4a501aeee4a52634 (patch)
tree5bdca6770cd9c9c49fbd29217a7cab708f922502
parent45cdb81861087a4a9c61680d9dacdf56b06b5fa0 (diff)
downloadinvidious-64f13df99bb441b887bd589c4a501aeee4a52634.tar.gz
invidious-64f13df99bb441b887bd589c4a501aeee4a52634.tar.bz2
invidious-64f13df99bb441b887bd589c4a501aeee4a52634.zip
Update README
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97cd28c8..147816f2 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,8 @@ Onion links:
## Installation
+See [Invidious-Updater](https://github.com/tmiland/Invidious-Updater) for a self-contained script that can automatically install and update Invidious.
+
### Docker:
#### Build and start cluster:
@@ -116,6 +118,7 @@ $ exit
```
#### systemd service
+
```bash
$ sudo cp /home/invidious/invidious/invidious.service /etc/systemd/system/invidious.service
$ sudo systemctl enable invidious.service
@@ -148,7 +151,8 @@ $ crystal build src/invidious.cr --release
```
## Update Invidious
-You can find information about how to update in the wiki: [Updating](https://github.com/omarroth/invidious/wiki/Updating).
+
+You can see how to update Invidious [here](https://github.com/omarroth/invidious/wiki/Updating).
## Usage:
@@ -180,10 +184,12 @@ $ ./sentry
```
## Documentation
+
[Documentation](https://github.com/omarroth/invidious/wiki) can be found in the wiki.
## Extensions
-Extensions for Invidious and for integrating Invidious into other projects [are in the wiki](https://github.com/omarroth/invidious/wiki/Extensions)
+
+[Extensions](https://github.com/omarroth/invidious/wiki/Extensions) can be found in the wiki, as well as documentation for integrating it into other projects.
## Made with Invidious