mirror of
https://github.com/google/fonts.git
synced 2024-12-25 09:45:01 +03:00
Changed the word "power shell" into the correct program, PowerShell.
This commit is contained in:
parent
86327873b9
commit
2db26e6d9f
@ -25,7 +25,7 @@ Fonts in Early Access do not have METADATA.pb files.
|
||||
|
||||
### 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)
|
||||
dir ofl/*/*.ttf | %{ $fonts.CopyHere($_.fullname) }
|
||||
|
Loading…
Reference in New Issue
Block a user