summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-04-29 18:18:57 -0700
committerRuss Allbery <eagle@eyrie.org>2018-04-29 18:18:57 -0700
commitf48ccb48e1d495e75ea4c8009a1df840a9e470f2 (patch)
treebf1eca09706020961fc4ce57adb6eb04f849b887 /README.md
parent597e5938e4bacbd616bacb8d27078f6374761ef6 (diff)
Use a real link in Building with Windows section
Rather than inlining the URL for the MIT Kerberos for Windows download, make it a real link in the Markdown documentation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4eae23f..4ee85ea 100644
--- a/README.md
+++ b/README.md
@@ -185,7 +185,7 @@ your local Ruby module directory regardless of the `--prefix` argument to
`configure`. To change this, override the `sitedir` variable on the `make
install` command line, as in:
-```sh
+```
make install sitedir=/opt/ruby
```
@@ -352,8 +352,8 @@ already. This is a free download from Microsoft for users of "Genuine
Microsoft Windows." The `vcvars32.bat` environment provided by Visual
Studio may work as an alternative, but has not been tested.
-Next, install the MIT Kerberos for Windows SDK, available for download
-from https://web.mit.edu/kerberos/www/dist/index.html. remctl has been
+Next, install the [MIT Kerberos for Windows
+SDK](https://web.mit.edu/kerberos/www/dist/index.html). remctl has been
tested with version 3.2.1 but should hopefully work with later versions.
Then, follow these steps: