From 7cf5ea92571a617029f98a99fd9a1f462bee78db Mon Sep 17 00:00:00 2001 From: Miguel Sousa Date: Wed, 7 Nov 2018 14:26:43 -0800 Subject: [PATCH] Remove font installation instructions section Some of the links are outdated. Best to rely on the users to do a web search for their own environment rather than trying to keep up with the platforms. We have a published npm package. These commands are only needed for someone wanting to install from GitHub. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index e6cf68583e..3af53eab71 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,3 @@ The fonts' source files and build instructions are available in the [repository' * [Latest release](../../releases/latest) * [All releases](../../releases) - -## Font installation instructions - -* [macOS](https://support.apple.com/en-us/HT201749) -* [Windows](https://www.microsoft.com/en-us/Typography/TrueTypeInstall.aspx) -* [Linux/Unix-based systems](https://github.com/adobe-fonts/source-code-pro/issues/17#issuecomment-8967116) -* npm v2.x
- `npm install --fetch-only git://github.com/adobe-fonts/source-sans-pro.git#release` -* npm v3.x
- `npm install git://github.com/adobe-fonts/source-sans-pro.git#release`