summaryrefslogtreecommitdiffstats
path: root/get.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2014-08-13 16:04:15 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-13 16:04:15 (EDT)
commitf91d071f729b2089ed2d7994cd1ecd111ff6f6b7 (patch)
treee54b28ae270b18a5937b95ae7ca83a0ebdba54d0 /get.mdwn
parenta008e1aeb76ca94b0c58d2bd1752c97cf6b4f026 (diff)
get: Fix URL in wget command
Thanks to Morten 'Jobbe' Jakobsen for reporting the issue.
Diffstat (limited to 'get.mdwn')
-rw-r--r--get.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/get.mdwn b/get.mdwn
index e1990f8..cbce6a4 100644
--- a/get.mdwn
+++ b/get.mdwn
@@ -11,7 +11,7 @@ Kit. It can be cloned from the Git repository as follows:
Or the program can be downloaded by itself:
- $ wget http://git.proteanos.com/miniprokit/miniprokit.git/tree/miniprokit.sh
+ $ wget http://git.proteanos.com/miniprokit/miniprokit.git/plain/miniprokit.sh
See the [`README` file][miniprokit-README] for instructions on using miniprokit
to install ProteanOS into a directory.