Skip to content

Commit 0a966db

Browse files
committed
updated documentation
1 parent a6e7c02 commit 0a966db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Hack Font Installer for Linux
1+
## Hack font installer for Linux
22

33
### An install and upgrade script for the Hack typeface on the Linux platform
44

5-
The `hack-linux-installer.sh` shell script installs fonts from the [Hack typeface repository](https://github.com/source-foundry/Hack) at a requested release version number on the Linux platform. This script can be used for initial font installs and upgrades to new versions (or downgrades if ever necessary).
5+
The [`hack-linux-installer.sh` shell script](https://github.com/source-foundry/hack-linux-installer/blob/master/hack-linux-installer.sh) installs fonts from the [Hack typeface repository](https://github.com/source-foundry/Hack) at a requested release version number on the Linux platform. This script can be used for initial font installs and upgrades to new versions (or downgrades if ever necessary).
66

77
#### Usage
88

@@ -12,7 +12,7 @@ $ ./hack-linux-installer.sh [VERSION]
1212

1313
Define the version number with the format `vX.XXX`. You must use a lowercase `v` followed by the version number string that is used in the repository releases.
1414

15-
For instance, to install Hack v3.003, you use the following command:
15+
For example, install Hack v3.003 with the following command:
1616

1717
```
1818
$ ./hack-linux-installer.sh v3.003

0 commit comments

Comments
 (0)