You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
## Hack Font Installer for Linux
1
+
## Hack font installer for Linux
2
2
3
3
### An install and upgrade script for the Hack typeface on the Linux platform
4
4
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).
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.
14
14
15
-
For instance, to install Hack v3.003, you use the following command:
15
+
For example, install Hack v3.003 with the following command:
0 commit comments