summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-07-13 13:22:01 +0200
committerGitHub <noreply@github.com>2020-07-13 13:22:01 +0200
commite88ee26e3bcc44b1542d457ab5af70646493187b (patch)
tree6de387b64567b0f9f6dfe98a276e37d1e320c830 /README.md
parent7422c38e66a11d72823d5bcc0001a8af8a4e0df0 (diff)
downloadinvidious-e88ee26e3bcc44b1542d457ab5af70646493187b.tar.gz
invidious-e88ee26e3bcc44b1542d457ab5af70646493187b.tar.bz2
invidious-e88ee26e3bcc44b1542d457ab5af70646493187b.zip
Requested README changes made
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5d7e1a84..32d9ed23 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
- Set default player options (speed, quality, autoplay, loop)
- Support for Reddit comments in place of YouTube comments
- Import/Export subscriptions, watch history, preferences
-- Developer [API](https://github.com/omarroth/invidious/wiki/API)
+- [Developer API](https://github.com/omarroth/invidious/wiki/API)
- Does not use any of the official YouTube APIs
- Does not require JavaScript to play videos
- No need to create a Google account to save subscriptions
@@ -32,7 +32,7 @@ BCH: qq4ptclkzej5eza6a50et5ggc58hxsq5aylqut2npk
## Invidious Instances
-[Here](https://github.com/omarroth/invidious/wiki/Invidious-Instances) you will find a full list of publicly available instances.
+[Public instances](https://github.com/omarroth/invidious/wiki/Invidious-Instances) are to be found in this list.
### Official Instances
@@ -84,7 +84,7 @@ $ docker-compose build
$ sudo pacman -S base-devel shards crystal librsvg postgresql
# Ubuntu or Debian
-# First you have to add the repository to your APT configuration. For easy setup just run in your command-line:
+# First you have to add the repository to your APT configuration. For easy setup just run in your command line:
$ curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash
# That will add the signing key and the repository configuration. If you prefer to do it manually, execute the following commands:
$ curl -sL "https://keybase.io/crystal/pgp_keys.asc" | sudo apt-key add -
@@ -187,7 +187,7 @@ $ crystal build src/invidious.cr --release
## Update Invidious
-[Here](https://github.com/omarroth/invidious/wiki/Updating) is a guide on how to update Invidious.
+Instructions are available in the [updating guide](https://github.com/omarroth/invidious/wiki/Updating).
## Usage:
@@ -248,4 +248,4 @@ $ ./sentry
Feel free to send an e-mail to omarroth@protonmail.com or join our [Matrix server](https://riot.im/app/#/room/#invidious:matrix.org), or #invidious on freenode.
-You can also read the release notes on the [releases](https://github.com/omarroth/invidious/releases) page or in the CHANGELOG.md included in the repository.
+You can also read the release notes on the [page of releases](https://github.com/omarroth/invidious/releases) [CHANGELOG.md](https://github.com/omarroth/invidious/changelog.md) included in the repository.