From 35970c5d6a42604d11d7d9b5d8eb4454143d4f5d Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Wed, 6 Dec 2017 11:35:36 -0500 Subject: [PATCH] clarify instructions re: static.in directory. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31ec624b..75941a0b 100644 --- a/README.md +++ b/README.md @@ -212,10 +212,10 @@ After you create a [Sauce Labs](https://saucelabs.com) account: The CSS styles for this project refer to some font files which cannot be distributed publicly (see definitions in `regulations/static/regulations/css/less/fonts.less`). These fonts need to live under a `fonts` subdirectory of wherever static assets are served from, e.g. `/static/fonts`. There are fallback fonts defined which will be used if the desired fonts are not available. -If you want to install self-hosted fonts locally for use in development, you can place the font files in `/static.in/cfgov-fonts/fonts/` and restart the local web server. If you are a CFPB employee, you can perform this step with: +If you want to install self-hosted fonts locally for use in development, you can place the font files in repo subdirectory `static.in/cfgov-fonts/fonts/` and restart the local web server. If you are a CFPB employee, you can perform this step with: ``` -cd /static.in/ && git clone https://[GHE]/CFGOV/cfgov-fonts/ +cd static.in/ && git clone https://[GHE]/CFGOV/cfgov-fonts/ ``` where `[GHE]` is our GitHub Enterprise URL.