From 87e1e7dea79fd415c0a6ffdf38e74cb87fa6457b Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Wed, 11 Nov 2015 10:23:50 -0500 Subject: [PATCH 1/2] Update readme.md * Added warning about unstable font paths per release and not to reference master --- readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/readme.md b/readme.md index 823b0f9e2..141f5a2d3 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,16 @@

nerd fonts

+ + +| [Unstable file paths warning: To avoid font file references breaking on releases please read this](#unstable-file-paths) | +------------------------------- + + [![GitHub version][img-version-badge]][badge-version] [![Join the chat at https://gitter.im/ryanoasis/nerd-fonts][img-gitter-badge]][badge-gitter] [![Flattr this git repo][img-flattr-badge]][badge-flattr] *** @@ -25,6 +35,7 @@ - [Font Install Script (Linux & Mac OS X)](#font-install-script) - [Font Patcher](#font-patcher) - [Gotta Patch 'em All Font Patcher!](#gotta-patch-em-all) + - [Unstable file paths on master](#unstable-file-paths) - [Other Good Fonts to Patch](#other-good-fonts-to-patch) - [Rationale](#rationale) - [Other](#other) @@ -201,6 +212,17 @@ optional arguments: ./gotta-patch-em-all-font-patcher\!.sh ./gotta-patch-em-all-font-patcher\!.sh Hermit ``` + +## Unstable file paths + +| Unstable file paths warning | +------------------------------- +| Please make sure to reference via the **release** branch and _not_ the ~~**master**~~ branch because paths are subject to being improved/changed per release | +| For example (paths shorted for demonstation purposes): | +| Instead of: ~~https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DroidSansMono/< font_path >.otf~~ | +| Please use: https://github.com/ryanoasis/nerd-fonts/blob/0.6.0/patched-fonts/DroidSansMono/< font_path >.otf | + + ## Other Good Fonts to Patch * a list of additional good fonts to patch that I cannot provide or share due to the license: From da3813558f7787ab603d88c456bd8d443ca98fae Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Wed, 11 Nov 2015 10:29:57 -0500 Subject: [PATCH 2/2] Update readme.md * Tweaked warning message --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 141f5a2d3..230dbbcf5 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ -| [Unstable file paths warning: To avoid font file references breaking on releases please read this](#unstable-file-paths) | +| Unstable file paths warning: [To avoid font file references breaking on releases please read](#unstable-file-paths) | -------------------------------