Skip to content

Commit f9710a1

Browse files
install: linux script is also used to update to latest version
1 parent 2558655 commit f9710a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/install/clojure-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ The Clojure CLI automatically downloads all library dependencies, including the
1616
export XDG_CONFIG_HOME="$HOME/.config"
1717
```
1818

19-
Use the Linux script installer from [Clojure.org - Getting Started](https://clojure.org/guides/getting_started#_installation_on_linux) to install the latest stable release
19+
Use the Linux script installer from [Clojure.org - Getting Started](https://clojure.org/guides/getting_started#_installation_on_linux) to install or update to the latest stable release
20+
2021
```shell
2122
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh && \
2223
chmod +x linux-install.sh && \

0 commit comments

Comments
 (0)