From c6d5c406974268c6f402ce036da4c0d70b849fd0 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Thu, 25 Mar 2021 12:35:02 +0100 Subject: [PATCH] README: git checkout 1.6.0 in the instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca913ec539b48..f158ab22f7973 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Julia. However, most users should use the most recent stable version of Julia. You can get this version by changing to the Julia directory and running: - git checkout v1.5.3 + git checkout v1.6.0 Now run `make` to build the `julia` executable.