diff --git a/README.rst b/README.rst index 79d922f..5ceb9d6 100755 --- a/README.rst +++ b/README.rst @@ -1,17 +1,16 @@ -===== +============================ Marc Foley Glyphsapp Scripts -===== +============================ Description: ------ +------------ Repo of Marc's scripts for GlyphsApp. Installation: ------ -Drop the scripts in your GlyphsApp script folder. -/Users/user/Library/Application Support/Glyphs/Scripts +------------- +Drop the scripts in your GlyphsApp script folder, ``/Users/user/Library/Application Support/Glyphs/Scripts`` **Git scripts** -You'll need to install the dependency [git Python](https://github.com/gitpython-developers/GitPython) +You'll need to install the dependency `git Python `_ and then change user to your username in the below and run -`pip install -r requirements.txt` \ No newline at end of file +``cd /Users/user/Library/Application Support/Glyphs/Scripts; pip install -r requirements.txt``