Skip to content

Commit

Permalink
fix mill bootstrap script docs, make it consistent with mill manual i…
Browse files Browse the repository at this point in the history
…nstallation script
  • Loading branch information
lihaoyi committed Nov 14, 2023
1 parent ec7840b commit b6240a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/Installation_IDE_Support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To get the latest version run the following command:
[source,bash,subs="verbatim,attributes"]
----
curl -L {mill-github-url}/releases/download/{mill-last-tag}/{mill-version} > mill && chmod +x mill
curl -L {mill-github-url}/releases/download/{mill-last-tag}/{mill-last-tag} > mill && chmod +x mill
----
The `mill` command will automatically use the version specified by the
Expand Down

0 comments on commit b6240a9

Please sign in to comment.