Skip to content

Commit

Permalink
modified command line pull instructions to use curl (from wget)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Apr 5, 2016
1 parent 0cd5508 commit 0bc2e55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CJK.md
Expand Up @@ -24,14 +24,14 @@ Click a link below to download all font binaries in the Codeface CJK gallery col
| [codeface-cjk-fonts.tar.xz](https://github.com/chrissimpkins/codeface/releases/download/cjk-font-collection/codeface-cjk-fonts.tar.xz) | `bc1af8fd9da45ccc9940f945aca51836d37b5f2c` | 175 MB


or use one of the following commands to pull a font archive with `wget`:
or use one of the following commands to pull a font archive with `curl`:

```
$ wget https://github.com/chrissimpkins/codeface/releases/download/cjk-font-collection/codeface-cjk-fonts.zip
$ curl -OL https://github.com/chrissimpkins/codeface/releases/download/cjk-font-collection/codeface-cjk-fonts.zip
```

```
$ wget https://github.com/chrissimpkins/codeface/releases/download/cjk-font-collection/codeface-cjk-fonts.tar.xz
$ curl -OL https://github.com/chrissimpkins/codeface/releases/download/cjk-font-collection/codeface-cjk-fonts.tar.xz
```


Expand Down

0 comments on commit 0bc2e55

Please sign in to comment.