From 2082ae96a150bbec7c1ff1ec930155bd0f0b2233 Mon Sep 17 00:00:00 2001 From: Sam Halliday Date: Mon, 15 Oct 2018 15:24:14 +0100 Subject: [PATCH] fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a53e9..08ed30a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Just place the `ghcup` shell script into your `PATH` anywhere. E.g.: ``` -mkdir -p ~/.local/bin/ghcup +mkdir -p ~/.local/bin curl https://raw.githubusercontent.com/hasufell/ghcup/master/ghcup > ~/.local/bin/ghcup chmod +x ~/.local/bin/ghcup ```