diff --git a/README.md b/README.md index 89a49804..aeafd261 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,12 @@ Onion links: [Alternative Invidious instances](https://github.com/omarroth/invidious/wiki/Invidious-Instances) ## Screenshots -| Player | Preferences | Subscribtions | -| ------------- | ------------- | ------------- | -|[](screenshots/01_player.png?raw=true)|[](screenshots/02_preferences.png?raw=true)|[](screenshots/03_subscribtions.png?raw=true)| -| [](screenshots/04_description.png?raw=true)|[](screenshots/05_preferences.png?raw=true)|[](screenshots/06_subscribtions.png?raw=true)| + +| Player | Preferences | Subscriptions | +| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | +| [](screenshots/01_player.png?raw=true) | [](screenshots/02_preferences.png?raw=true) | [](screenshots/03_subscriptions.png?raw=true) | +| [](screenshots/04_description.png?raw=true) | [](screenshots/05_preferences.png?raw=true) | [](screenshots/06_subscriptions.png?raw=true) | + ## Installation ### Docker: @@ -120,6 +122,7 @@ $ exit ``` #### systemd service + ```bash $ sudo cp /home/invidious/invidious/invidious.service /etc/systemd/system/invidious.service $ sudo systemctl enable invidious.service @@ -151,6 +154,7 @@ $ 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). ## Usage: @@ -183,9 +187,11 @@ $ ./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) ## Made with Invidious diff --git a/screenshots/01_player.png b/screenshots/01_player.png index 040f1142..63e6dbba 100644 Binary files a/screenshots/01_player.png and b/screenshots/01_player.png differ diff --git a/screenshots/03_subscribtions.png b/screenshots/03_subscribtions.png deleted file mode 100644 index 860917e3..00000000 Binary files a/screenshots/03_subscribtions.png and /dev/null differ diff --git a/screenshots/03_subscriptions.png b/screenshots/03_subscriptions.png new file mode 100644 index 00000000..f5cfa8c1 Binary files /dev/null and b/screenshots/03_subscriptions.png differ diff --git a/screenshots/04_description.png b/screenshots/04_description.png index f1f1ea09..f8ec2564 100644 Binary files a/screenshots/04_description.png and b/screenshots/04_description.png differ diff --git a/screenshots/06_subscribtions.png b/screenshots/06_subscriptions.png similarity index 100% rename from screenshots/06_subscribtions.png rename to screenshots/06_subscriptions.png