1
0
mirror of https://github.com/google/fonts.git synced 2024-12-25 17:53:27 +03:00

Changed the word "power shell" into the correct program, PowerShell.

This commit is contained in:
Gacel Perfinian 2016-04-16 12:59:19 +08:00
parent 86327873b9
commit 2db26e6d9f

View File

@ -25,7 +25,7 @@ Fonts in Early Access do not have METADATA.pb files.
### Install on Windows ### Install on Windows
You can install all of the fonts using Windows power shell. Change directories to the folder where you downloaded the package, and run the following command: You can install all of the fonts using Windows PowerShell. Change directories to the folder where you downloaded the package, and run the following command:
``` ```
$fonts = (New-Object -ComObject Shell.Application).Namespace(0x14) $fonts = (New-Object -ComObject Shell.Application).Namespace(0x14)
dir ofl/*/*.ttf | %{ $fonts.CopyHere($_.fullname) } dir ofl/*/*.ttf | %{ $fonts.CopyHere($_.fullname) }