mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Update README
This commit is contained in:
parent
45cdb81861
commit
64f13df99b
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -36,6 +36,8 @@ Onion links:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
See [Invidious-Updater](https://github.com/tmiland/Invidious-Updater) for a self-contained script that can automatically install and update Invidious.
|
||||||
|
|
||||||
### Docker:
|
### Docker:
|
||||||
|
|
||||||
#### Build and start cluster:
|
#### Build and start cluster:
|
||||||
|
@ -116,6 +118,7 @@ $ exit
|
||||||
```
|
```
|
||||||
|
|
||||||
#### systemd service
|
#### systemd service
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo cp /home/invidious/invidious/invidious.service /etc/systemd/system/invidious.service
|
$ sudo cp /home/invidious/invidious/invidious.service /etc/systemd/system/invidious.service
|
||||||
$ sudo systemctl enable invidious.service
|
$ sudo systemctl enable invidious.service
|
||||||
|
@ -148,7 +151,8 @@ $ crystal build src/invidious.cr --release
|
||||||
```
|
```
|
||||||
|
|
||||||
## Update Invidious
|
## 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:
|
## Usage:
|
||||||
|
|
||||||
|
@ -180,10 +184,12 @@ $ ./sentry
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[Documentation](https://github.com/omarroth/invidious/wiki) can be found in the wiki.
|
[Documentation](https://github.com/omarroth/invidious/wiki) can be found in the wiki.
|
||||||
|
|
||||||
## Extensions
|
## 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
|
## Made with Invidious
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue