summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-29 11:18:18 -0700
committerjamesgk <jamesgk19@gmail.com>2015-04-29 11:18:18 -0700
commit511cb3adc2c04779bc310dca895d25830c97698a (patch)
treea7e0ea576e6f50b00a9790a8ccc0b332ae4088e8
parent03caa4051360c9da77ae1208075526f5e24ee704 (diff)
Reference original feaTools repo in readme.
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6f2b461..6c66b1f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ cd $HOME/roboto-src
git clone https://github.com/google/roboto.git
git clone https://github.com/behdad/fonttools.git
git clone https://github.com/robofab-developers/robofab.git
-git clone -b expanded https://github.com/jamesgk/feaTools.git
+git clone https://github.com/typesupply/feaTools.git
git clone https://github.com/typemytype/booleanOperations.git
```
@@ -178,8 +178,7 @@ The Roboto build toolchain depends on:
- FontTools (https://github.com/behdad/fonttools)
- RoboFab (https://github.com/robofab-developers/robofab)
- NumPy and SciPy (http://www.numpy.org/)
-- An expanded version of Tal Leming's feaTools
- (https://github.com/jamesgk/feaTools/tree/expanded), for feature handling.
+- feaTools (https://github.com/typesupply/feaTools.git), for feature handling.
- BooleanOperations (https://github.com/typemytype/booleanOperations), for
glyph overlap removal.
- (requires Cython to install: http://cython.org/)