Skip to content

Commit

Permalink
termix: remove shell prompt symbol from Clojure install command
Browse files Browse the repository at this point in the history
Ensure the command is easy to copy/paste in to the command line

Signed-off-by: Practicalli Johnny <[email protected]>
  • Loading branch information
practicalli-johnny authored Feb 29, 2024
1 parent fd70d63 commit 39484b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/termux/clojure-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git clone [email protected]:practicalli/clojure-deps-edn.git ~/.config/clojure
Use the Linux install with a prefix path pointing to Termux equivalent of `/usr/local`. Find the path using `echo $PATH` and remove `bin` from the end. Without the prefix Clojure will not install correctly

```bash
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh && \
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh && \
chmod +x linux-install.sh && \
./linux-install.sh --prefix /data/data/com.termux/files/usr/
```
Expand Down

0 comments on commit 39484b8

Please sign in to comment.