@@ -13,14 +13,14 @@ body:
13
13
details, read the file `COPYING` in the source distribution.
14
14
15
15
jq uses a C library for decimal number support. This is an ICU 1.8.1
16
- licensed code obtained from the ICU downloads archive
17
- http ://download.icu-project.org/files/decNumber/decNumber-icu-368.zip.
16
+ licensed code obtained from the ICU downloads archive.
17
+ <https ://download.icu-project.org/files/decNumber/decNumber-icu-368.zip>
18
18
19
19
20
20
### Linux
21
21
22
22
* jq is in the official [Debian](https://packages.debian.org/jq) and
23
- [Ubuntu](http ://packages.ubuntu.com/jq) repositories. Install using
23
+ [Ubuntu](https ://packages.ubuntu.com/jq) repositories. Install using
24
24
`sudo apt-get install jq`.
25
25
26
26
* jq is in the official [Fedora](https://src.fedoraproject.org/rpms/jq) repository.
61
61
62
62
### macOS
63
63
64
- * Use [Homebrew](http ://brew.sh/) to install jq with `brew install jq`.
64
+ * Use [Homebrew](https ://brew.sh/) to install jq with `brew install jq`.
65
65
66
66
* Use [MacPorts](https://www.macports.org) to install jq with `port install jq`.
67
67
@@ -199,7 +199,7 @@ body:
199
199
On macOS, these are all included in Apple's command line tools, which can
200
200
be installed from [Xcode](https://developer.apple.com/xcode/). However,
201
201
you may find that you need a newer version of Bison than the one provided
202
- by Apple. This can be found in [Homebrew](http ://brew.sh) or
202
+ by Apple. This can be found in [Homebrew](https ://brew.sh/ ) or
203
203
[MacPorts](https://macports.org/).
204
204
205
205
If you want to generate the lexer and parser from source you can use the
0 commit comments