Skip to content

Commit dd76f20

Browse files
fix(install): update format & blank space removal
1 parent 1c5c38a commit dd76f20

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

docs/install/clojure-cli.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Clojure CLI is a command line tool for running a Clojure REPL, project or tool.
66

7-
Clojure CLI automatically downloads required library dependencies, including the Clojure Standard library.
7+
Clojure CLI automatically downloads required library dependencies, including the Clojure Standard library.
88

99
??? INFO "Clojure distributed as a library"
10-
Clojure is distributed as a library (`.jar` Java ARchive) via Maven Central.
10+
Clojure is distributed as a library (`.jar` Java ARchive) via Maven Central.
1111

1212
A `deps.edn` file specifies the version of Clojure to be used with a project.
1313

@@ -17,7 +17,7 @@ Clojure CLI automatically downloads required library dependencies, including the
1717

1818
The Clojure CLI tool provides a default Clojure library version if not specified in the project or user `deps.edn` files.
1919

20-
[Clojure releases](https://clojure.org/releases/downloads){target=_blank .md-button}
20+
[Clojure releases](https://clojure.org/releases/downloads){target=_blank .md-button}
2121

2222
[:fontawesome-solid-book-open: Practicalli Clojure CLI Config](#practicalli-clojure-cli-config) extends the Clojure CLI with a range of development tools as well as configuration for Clojure LSP and cljstyle code format tool.
2323

@@ -42,11 +42,11 @@ Clojure CLI automatically downloads required library dependencies, including the
4242
chmod +x linux-install.sh && \
4343
./linux-install.sh --prefix $HOME/.local/
4444
```
45-
45+
4646
??? INFO "Include version number for specific release"
4747
Each Clojure CLI version is a number that represents the version of Clojure used and the build version of the Clojure CLI tool, e.g. `1.11.1.1413`.
4848

49-
[Clojure CLI Releases page](https://clojure.org/releases/tools){target=_blank .md-button}
49+
[Clojure CLI Releases page](https://clojure.org/releases/tools){target=_blank .md-button}
5050

5151
Include the version in the script name for repeatable environments, e.g. in Dockerfile configuration and Continuous Integraion workflows.
5252
```shell title="Clojure CLI install specific version"
@@ -112,9 +112,9 @@ Clone [:fontawesome-solid-book-open: Practicalli Clojure CLI Config](https://git
112112
`CLJ_CONFIG` environment variable can be used to set a custom location, overriding any other location.
113113

114114
!!! HINT "Practicalli recommends FreeDesktop XDG location"
115-
Practically recommends setting `XDG_CONFIG_HOME` to the `.config` directory to simplify versioning of configuration.
115+
Practically recommends setting `XDG_CONFIG_HOME` to the `.config` directory to simplify versioning of configuration.
116116

117-
Configure `~/.bashrc` for the bash shell
117+
Configure `~/.bashrc` for the bash shell
118118
```shell title="Bash .bashrc file"
119119
export XDG_CONFIG_HOME="$HOME/.config"
120120
```
@@ -146,8 +146,7 @@ Clone [:fontawesome-solid-book-open: Practicalli Clojure CLI Config](https://git
146146
Via SSH
147147
```shell
148148
git clone git@github.com:practicalli/clojure-cli-config.git $HOME/.clojure
149-
150-
```
149+
```
151150

152151
Via HTTPS
153152
```shell

0 commit comments

Comments
 (0)