Skip to content

Commit 2558655

Browse files
install: update Practicalli Clojure CLI Config GitHub URLs
1 parent 1195123 commit 2558655

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

docs/install/clojure-cli.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,35 +92,32 @@ The Clojure CLI automatically downloads all library dependencies, including the
9292

9393
Add a wide range of community tools to extend the capabilities of Clojure CLI via the aliases contained within Practicalli Clojure CLI configuration.
9494

95-
Fork or clone [:fontawesome-solid-book-open: Practicalli Clojure CLI Config](https://github.com/practicalli/clojure-deps-edn){target=_blank} GitHub repository, first removing the `$XDG_CONFIG_HOME/clojure` or `$HOME/.clojure` directory if they exist.
96-
97-
??? HINT "Check Clojure CLI configuration location"
98-
Check the location of your Clojure configuration directory by running `clojure -Sdescribe` and checking the `:user-config` value.
95+
Fork or clone [:fontawesome-solid-book-open: Practicalli Clojure CLI Config](https://github.com/practicalli/clojure-cli-config){target=_blank} GitHub repository, first removing the `$XDG_CONFIG_HOME/clojure` and `$HOME/.clojure` directory if they exist.
9996

10097
=== "Free Desktop XDG CONFIG"
10198
If `XDG_CONFIG_HOME` environment variable is set, clone the repository to `$XDG_CONFIG_HOME/clojure`
10299

103100
Via SSH
104101
```shell
105-
git clone git@github.com:practicalli/clojure-deps-edn.git $XDG_CONFIG_HOME/clojure
102+
git clone git@github.com:practicalli/clojure-cli-config.git $XDG_CONFIG_HOME/clojure
106103
```
107104

108105
Via HTTPS:
109106
```shell
110-
git clone https://github.com/practicalli/clojure-deps-edn.git $XDG_CONFIG_HOME/clojure
107+
git clone https://github.com/practicalli/clojure-cli-config.git $XDG_CONFIG_HOME/clojure
111108
```
112109

113110
=== "Classic Config"
114111
Clojure CLI will look for its configuration in `$HOME/.clojure` directory if `$XDG_CONFIG_HOME` and `CLJ_CONFIG` environment variables not set.
115112
Via SSH
116113
```shell
117-
git clone git@github.com:practicalli/clojure-deps-edn.git $HOME/.clojure
114+
git clone git@github.com:practicalli/clojure-cli-config.git $HOME/.clojure
118115

119116
```
120117
121118
Via HTTPS
122119
```shell
123-
git clone https://github.com/practicalli/clojure-deps-edn.git $HOME/.clojure
120+
git clone https://github.com/practicalli/clojure-cli-config.git $HOME/.clojure
124121
```
125122
126123
## Check Configuration
@@ -134,7 +131,7 @@ clojure -Sdescribe
134131
The output of the command includes the version of Clojure CLI in the `:version` key
135132

136133
```bash
137-
{:version "1.11.1.1208"
134+
{:version "1.11.1.1386"
138135
:config-files ["/usr/local/lib/clojure/deps.edn" "/home/practicalli/.config/clojure/deps.edn" ]
139136
:config-user "/home/practicalli/.config/clojure/deps.edn"
140137
:config-project "deps.edn"

0 commit comments

Comments
 (0)