aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2018-12-11 12:49:49 -0500
committerJoshua Boniface <joshua@boniface.me>2018-12-11 12:50:46 -0500
commit5b570aec6bf0c113b3c39a8755b9fa095fb6c456 (patch)
tree560deb13b83d2686e924ead3180f4b555d9e4612 /README.md
parent153f9f710812916e62dd59c3423716e865d951c1 (diff)
Replace dotnet links with generic download page
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e03c6680..649ef73d7 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ The Jellyfin package is in the AUR at https://aur.archlinux.org/packages/jellyfi
A package repository is available at https://repo.jellyfin.org. To use it:
-0. Install the `dotnet-runtime-2.1` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-2.1.500).
+0. Install the `dotnet-runtime-2.1` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.1).
0. Import the GPG signing key (signed by Joshua):
```
wget -O - https://repo.jellyfin.org/debian/jellyfin-signing-key-joshua.gpg.key | sudo apt-key add -
@@ -57,7 +57,7 @@ NOTE: When building from source, it is strongly advised to clone the full Git re
Debian build facilities are integrated into the repo at `debian/`.
-1. Install the `dotnet-sdk-2.1` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-2.1.500).
+1. Install the `dotnet-sdk-2.1` package via [Microsoft's repositories](https://dotnet.microsoft.com/download/dotnet-core/2.1).
2. Run `dpkg-buildpackage -us -uc -jX`, where X is your core count.
3. Install the resulting `jellyfin*.deb` file on your system.