BGundlach / css3Fonts

Bash script to convert fonts for css3 and generate @font-face.
Other
43 stars 1 forks source link

Bug at your installation instruction #2

Closed thisavoropaev closed 9 years ago

thisavoropaev commented 9 years ago

If install your app like you write, we have some problems since this line. ln -sT css3FontConverter/css3fonts ~/bin/css3fonts

We don't have directory css3FontConverter after the commands higher and what is option ln -sT?

Please check your installation instructions again.

BGundlach commented 9 years ago

Shoot, the directory should be css3fonts and ln is the link command. -s is for symbolic link, -T specifies css3fontconverter/css3fonts (should be css3fonts/css3fonts) as the target for the link and ~/bin/css3fonts is the link name (where we're putting the shortcut)