Skip to content

Commit

Permalink
install: curl location option for Linux install scriptdownload
Browse files Browse the repository at this point in the history
Signed-off-by: John Practicalli <[email protected]>
  • Loading branch information
practicalli-johnny authored Aug 14, 2023
1 parent e1d136a commit bcdd5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/clojure-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The Clojure CLI automatically downloads all library dependencies, including the
```

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
```bash
curl -O https://download.clojure.org/install/linux-install.sh && \
```shell
curl -L -O https://download.clojure.org/install/linux-install.sh && \
chmod +x linux-install.sh && \
sudo ./linux-install.sh
```
Expand Down

0 comments on commit bcdd5ba

Please sign in to comment.