diff options
| author | Adrien Tétar | 2015-10-25 20:08:16 +0100 | 
|---|---|---|
| committer | Adrien Tétar | 2015-10-25 20:08:16 +0100 | 
| commit | 5de387e1ad91da532f3e10aafe67f0eddf4fbbd8 (patch) | |
| tree | 3a6ec32f407945055d3e2b61174346992fb53c7a | |
| parent | 825217305f3fc4e0787a4bff4ac2f63a26185a56 (diff) | |
| parent | 8a324b4b9490b1f94e5ba38d6670ca2937c48d5c (diff) | |
| download | trufont-5de387e1ad91da532f3e10aafe67f0eddf4fbbd8.tar.bz2 | |
Merge pull request #72 from pathumego/patch-1
Fix defcon command
| -rw-r--r-- | INSTALL.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/INSTALL.txt b/INSTALL.txt index 198b42c..3f5fdc0 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -47,7 +47,7 @@ In particular, https://github.com/trufont/defcon/tree/python3-ufo3      cd .. ;      git clone --depth=1 --branch=python3-ufo3 https://github.com/trufont/defcon ; -    cd robofab ; +    cd defcon ;      sudo python3 setup.py install --record installed-files.txt ;  ### PyInstaller | 
