Skip to content

Commit 28d3495

Browse files
committed
added download and chmod instructions
1 parent 0a966db commit 28d3495

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
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

7+
#### Download and modify permissions
8+
9+
```
10+
$ curl -L -O https://raw.githubusercontent.com/source-foundry/hack-linux-installer/master/hack-linux-installer.sh
11+
$ chmod +x hack-linux-installer.sh
12+
```
13+
714
#### Usage
815

916
```

0 commit comments

Comments
 (0)