瀏覽代碼

updated web font build path in the build docs, added more descriptive uninstall text to dependency uninstall text in build docs

Chris Simpkins 7 年之前
父節點
當前提交
85689530ed
共有 1 個文件被更改,包括 12 次插入2 次删除
  1. 12 2
      docs/BUILD.md

+ 12 - 2
docs/BUILD.md

@@ -80,12 +80,22 @@ Desktop fonts are available on the path `build/ttf` from the root of the reposit
 
 ### Web fonts (woff + woff2)
 
-Web fonts are available on the path `build/web` from the root of the repository upon completion of your build.
+Web fonts are available on the path `build/web/fonts` from the root of the repository upon completion of your build.
 
 
 ## Uninstall
 
-All build dependencies installed with the automated approaches can be uninstalled with the following command:
+All build dependencies installed with the automated approaches can be uninstalled with the following commands:
+
+```
+$ pip uninstall fontmake
+$ pip uninstall fonttools
+$ rm -rf ~/ttfautohint-build
+$ rm -rf ~/sfnt2woff-zopfli-build
+$ rm -rf ~/woff2
+```
+
+Here are all of the above commands in a single line that can be copied/pasted into your terminal to accomplish the entire uninstall process:
 
 ```
 $ pip uninstall fontmake && pip uninstall fonttools && rm -rf ~/ttfautohint-build && rm -rf ~/sfnt2woff-zopfli-build && rm -rf ~/woff2